We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9144 commit 44c99e7Copy full SHA for 44c99e7
1 file changed
.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
153
- run: pnpm install --frozen-lockfile
154
- id: set-matrix
155
working-directory: test-packages/test-scenarios
156
- run: echo "matrix=$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')" >> $GITHUB_OUTPUT
+ run: echo "matrix=$(npm run --silent test:list -- --matrix 'pnpm test --filter %s:')" >> $GITHUB_OUTPUT
157
158
scenario-tester:
159
needs: discover_matrix
0 commit comments