Skip to content

Commit

Permalink
馃挌 Attempting a temporary workaround for current CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Apr 24, 2024
1 parent d386414 commit fed2dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,14 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'
working-directory: ./tests/playwright
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
npx playwright install --with-deps
- name: 馃彈 Install Playwright OS dependencies
if: steps.playwright-cache.outputs.cache-hit == 'true'
working-directory: ./tests/playwright
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
npx playwright install-deps
- name: 馃幁 Run Playwright
Expand Down

0 comments on commit fed2dd7

Please sign in to comment.