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 7c81909 commit d79a41aCopy full SHA for d79a41a
assets/github-actions.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: '14.x'
16
- name: Install dependencies
17
run: {{installDepsCommand}}
18
- - name: Install Playwright
+ - name: Install Playwright Browsers
19
run: npx playwright install --with-deps
20
- name: Run Playwright tests
21
run: {{runTestsCommand}}
0 commit comments