Skip to content

Commit 44c99e7

Browse files
committed
use pnpm to run matrix tests
1 parent 92e9144 commit 44c99e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- run: pnpm install --frozen-lockfile
154154
- id: set-matrix
155155
working-directory: test-packages/test-scenarios
156-
run: echo "matrix=$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')" >> $GITHUB_OUTPUT
156+
run: echo "matrix=$(npm run --silent test:list -- --matrix 'pnpm test --filter %s:')" >> $GITHUB_OUTPUT
157157

158158
scenario-tester:
159159
needs: discover_matrix

0 commit comments

Comments
 (0)