We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ee6ba commit a2cd472Copy full SHA for a2cd472
.github/workflows/benchmark.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: pnpm build
36
37
- name: Install Playwright Browsers
38
- run: pnpx playwright install --with-deps
+ run: pnpx exec playwright install --with-deps
39
40
- name: Benchmark
41
run: pnpm benchmark --concurrency=1
.github/workflows/ci.yaml
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
+ run: pnpm exec playwright install --with-deps
105
106
- name: Run e2e test
107
# We need a graphics server to run integration tests with VSCode
0 commit comments