We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70b53d commit fff8754Copy full SHA for fff8754
1 file changed
.github/workflows/auto-test.yml
@@ -25,5 +25,5 @@ jobs:
25
node-version: 24
26
cache: 'pnpm'
27
- run: pnpm i
28
- - run: playwright install chromium
+ - run: npx playwright install chromium
29
- run: pnpm test
0 commit comments