Skip to content

Commit

Permalink
parallelize next plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
bengl committed May 22, 2024
1 parent d1e1d01 commit a99e11b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -935,17 +935,20 @@ jobs:

# TODO: fix performance issues and test more Node versions
next:
strategy:
matrix:
version: [18, latest] # note that 18 is currently "oldest". change when necessary.
runs-on: ubuntu-latest
env:
PLUGINS: next
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/setup
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: ${{ matrix.version }}
- run: yarn install
- uses: ./.github/actions/node/oldest
- run: yarn test:plugins:ci
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:ci
- if: always()
uses: ./.github/actions/testagent/logs
Expand Down

0 comments on commit a99e11b

Please sign in to comment.