Skip to content

Commit a2cd472

Browse files
committed
updatee2e
1 parent 98ee6ba commit a2cd472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm build
3636

3737
- name: Install Playwright Browsers
38-
run: pnpx playwright install --with-deps
38+
run: pnpx exec playwright install --with-deps
3939

4040
- name: Benchmark
4141
run: pnpm benchmark --concurrency=1

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: pnpm build
102102

103103
- name: Install Playwright Browsers
104-
run: pnpx playwright install --with-deps
104+
run: pnpm exec playwright install --with-deps
105105

106106
- name: Run e2e test
107107
# We need a graphics server to run integration tests with VSCode

0 commit comments

Comments
 (0)