Skip to content

Commit 65d3dc6

Browse files
authored
ci: disable firefox tests (#77)
1 parent fd888a2 commit 65d3dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- run: npm ci
2020

2121
- name: Install Playwright Dependencies
22-
run: npx playwright install chromium firefox --with-deps --only-shell
22+
run: npx playwright install chromium --with-deps --only-shell
2323

24-
- run: npm run test
24+
- run: npm run test -- --project chromium

0 commit comments

Comments
 (0)