Skip to content

Commit

Permalink
fix langchain tests trying to run on unsupported node (#4926)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev authored Nov 21, 2024
1 parent f64f306 commit fcc3184
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,18 @@ jobs:
PLUGINS: langchain
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/setup
- uses: ./.github/actions/install
- uses: ./.github/actions/node/18 # langchain doesn't support Node 16
- run: yarn test:plugins:ci
shell: bash
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:ci
shell: bash
- uses: codecov/codecov-action@v3
- if: always()
uses: ./.github/actions/testagent/logs

limitd-client:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fcc3184

Please sign in to comment.