Skip to content

Commit 3d42812

Browse files
authored
fix: install browser driver
1 parent cba1141 commit 3d42812

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
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
- name: run unit tests
2727
run: |
28-
npm i
28+
npm i && npx playwright install chromium
2929
npm test
3030
- name: Build
3131
run: |
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run acceptance tests
3535
working-directory: ./__test__
3636
run: |
37-
npm i
37+
npm i && npx playwright install chromium
3838
npm run test
3939
env:
4040
MAILINATOR_TOKEN: ${{secrets.MAILINATOR_TOKEN}}

0 commit comments

Comments
 (0)