Skip to content

Commit dd4e5bc

Browse files
committed
chore: fix ci
1 parent db1b446 commit dd4e5bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
run: yarn typecheck
3636

3737
- name: 📥 Install Playwright Browsers
38-
run: npx playwright install --with-deps
38+
# 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
3942
4043
- name: 🎭 Playwright Tests
4144
run: yarn test

0 commit comments

Comments
 (0)