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 db1b446 commit dd4e5bcCopy full SHA for dd4e5bc
.github/workflows/ci.yml
@@ -35,7 +35,10 @@ jobs:
35
run: yarn typecheck
36
37
- name: 📥 Install Playwright Browsers
38
- run: npx playwright install --with-deps
+ # https://github.com/cypress-io/cypress-documentation/issues/5816
39
+ run: |
40
+ sudo rm /etc/apt/sources.list.d/microsoft-prod.list
41
+ npx playwright install --with-deps
42
43
- name: 🎭 Playwright Tests
44
run: yarn test
0 commit comments