We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba1141 commit 3d42812Copy full SHA for 3d42812
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
- name: run unit tests
27
run: |
28
- npm i
+ npm i && npx playwright install chromium
29
npm test
30
- name: Build
31
@@ -34,7 +34,7 @@ jobs:
34
- name: Run acceptance tests
35
working-directory: ./__test__
36
37
38
npm run test
39
env:
40
MAILINATOR_TOKEN: ${{secrets.MAILINATOR_TOKEN}}
0 commit comments