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 2ceb998 commit d599e1cCopy full SHA for d599e1c
3 files changed
.github/workflows/pr.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
npm install
32
- sudo npx playwright install-deps
+ npx playwright install --with-deps
33
34
- name: Lint
35
run: npm run lint
0 commit comments