Skip to content

Commit af973c8

Browse files
Only install chromium in CI
1 parent f7251fc commit af973c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- name: Install Deps
1515
run: yarn
1616
- name: Install Playwright
17-
run: yarn playwright install --with-deps
17+
run: yarn playwright install-deps chromium
1818
- name: Run tests
1919
run: |
2020
yarn lint
2121
yarn test
2222
yarn build:chrome
23-
PREACT_VERSION=10 yarn test:e2e --retries 3
23+
PREACT_VERSION=10 yarn test:e2e --retries 5
2424
env:
2525
CI: true
2626
- name: Upload test results

0 commit comments

Comments
 (0)