Skip to content

Commit

Permalink
Merge of #6311
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 24, 2024
2 parents 85d9093 + 94cd5e5 commit 8d83220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ jobs:

- name: Install Playwright
working-directory: apps/wing-console/console/app
run: pnpm exec playwright install --with-deps
run: |
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
pnpm exec playwright install --with-deps
- name: Test
run: pnpm test:ci
Expand Down

0 comments on commit 8d83220

Please sign in to comment.