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 f75edc2 commit 3262cd8Copy full SHA for 3262cd8
.github/workflows/ci.yaml
@@ -352,8 +352,8 @@ jobs:
352
with:
353
node-version: "14"
354
355
- - name: Install playwright
356
- uses: microsoft/playwright-github-action@v1
+ - name: Install playwright OS dependencies
+ run: npx playwright install-deps
357
358
- name: Fetch dependencies from cache
359
id: cache-yarn
0 commit comments