Skip to content

Commit 6792e16

Browse files
committed
chore: fix playwright apt repo issue and ws port binding
1 parent 25617d5 commit 6792e16

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
with:
3030
path: ~/.cache/ms-playwright
3131
key: playwright-${{ hashFiles('pnpm-lock.yaml') }}
32-
- run: pnpm exec playwright install --with-deps chromium
32+
- run: |
33+
sudo rm -f /etc/apt/sources.list.d/azure-cli.list /etc/apt/sources.list.d/microsoft-prod.list || true
34+
sudo apt-get update || true
35+
pnpm exec playwright install --with-deps chromium
3336
- run: pnpm test:e2e
3437
- if: failure()
3538
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)