We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2da0e7 commit d07f774Copy full SHA for d07f774
1 file changed
.github/workflows/2wr-app.yaml
@@ -30,10 +30,10 @@ jobs:
30
node-version: ${{ matrix.node-version }}
31
- run: npm ci
32
working-directory: ./2wr-app
33
- - run: npx playwright install
+ - run: npx playwright install chromium --with-deps
34
35
- name: Write sample env file for e2e tests
36
- run: 'cp ./2wr-app/.env-sample ./2wr-app/.env'
+ run: 'cp ./2wr-app/.env-sample ./2wr-app/.env'
37
- run: npm run e2etest
38
39
- name: Upload e2e Test Results
0 commit comments