Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zedix committed Jan 28, 2025
1 parent db1b446 commit dd4e5bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
run: yarn typecheck

- name: 📥 Install Playwright Browsers
run: npx playwright install --with-deps
# https://github.com/cypress-io/cypress-documentation/issues/5816
run: |
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
npx playwright install --with-deps
- name: 🎭 Playwright Tests
run: yarn test

0 comments on commit dd4e5bc

Please sign in to comment.