Skip to content

Commit 417dfcd

Browse files
committed
workflow: install playwright dependencies
1 parent 0d9fe11 commit 417dfcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
env:
2323
NPM_TOKEN: xxx
2424

25-
- uses: browser-actions/setup-firefox@v1
26-
25+
- name: Install playwright dependencies
26+
run: pnpm exec playwright install
27+
2728
- name: Run all checks
2829
run: xvfb-run pnpm run ci
2930
env:
30-
CI: 1
3131
NPM_TOKEN: xxx
3232

3333
- name: Upload twopoint5d-elements-e2e test-results artifacts

0 commit comments

Comments
 (0)