Skip to content

Commit

Permalink
Fix discover matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Oct 30, 2023
1 parent d592301 commit f9f2188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
cache: pnpm
- run: pnpm install --frozen-lockfile
- id: set-matrix
working-directory: test-packages/test-scenarios
run: echo "::set-output name=matrix::$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')"
run: echo "matrix=$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')" >> $GITHUB_OUTPUT

scenario-tester:
needs: discover_matrix
Expand Down

0 comments on commit f9f2188

Please sign in to comment.