We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25617d5 commit 6792e16Copy full SHA for 6792e16
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,10 @@ jobs:
29
with:
30
path: ~/.cache/ms-playwright
31
key: playwright-${{ hashFiles('pnpm-lock.yaml') }}
32
- - run: pnpm exec playwright install --with-deps chromium
+ - 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
36
- run: pnpm test:e2e
37
- if: failure()
38
uses: actions/upload-artifact@v4
0 commit comments