We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64f306 commit fcc3184Copy full SHA for fcc3184
.github/workflows/plugins.yml
@@ -567,7 +567,18 @@ jobs:
567
PLUGINS: langchain
568
steps:
569
- uses: actions/checkout@v4
570
- - uses: ./.github/actions/plugins/test
+ - uses: ./.github/actions/testagent/start
571
+ - uses: ./.github/actions/node/setup
572
+ - uses: ./.github/actions/install
573
+ - uses: ./.github/actions/node/18 # langchain doesn't support Node 16
574
+ - run: yarn test:plugins:ci
575
+ shell: bash
576
+ - uses: ./.github/actions/node/latest
577
578
579
+ - uses: codecov/codecov-action@v3
580
+ - if: always()
581
+ uses: ./.github/actions/testagent/logs
582
583
limitd-client:
584
runs-on: ubuntu-latest
0 commit comments