We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6558f commit 0079eadCopy full SHA for 0079ead
1 file changed
.github/workflows/nodejs.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm run build
34
- name: Install Playwright browsers
35
if: matrix.os == 'ubuntu-latest'
36
- run: npx playwright install --with-deps
+ run: npx --no --offline playwright install --with-deps
37
- name: Run tests
38
run: npm run coverage
39
- name: Run e2e tests
0 commit comments