We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790d0d2 commit 20b2da1Copy full SHA for 20b2da1
.github/workflows/test-wallet-playwright.yaml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 20
17
runs-on: ubuntu-latest
18
container:
19
- image: mcr.microsoft.com/playwright:v1.50.1-jammy
+ image: mcr.microsoft.com/playwright:v1.55.0-jammy
20
steps:
21
- uses: actions/checkout@v4
22
@@ -71,9 +71,9 @@ jobs:
71
env:
72
SECRET_WORDS: ${{ secrets.SECRET_WORDS }}
73
run: |
74
- xvfb-run --auto-servernum parallel --lb --halt now,success=1,fail=1 ::: \
+ parallel --lb --halt now,success=1,fail=1 ::: \
75
"pnpm dev" \
76
- "pnpm wait-on http://localhost:3000 && pnpm e2e:wallet --headed"
+ "pnpm wait-on http://localhost:3000 && xvfb-run --auto-servernum pnpm e2e:wallet"
77
78
- uses: actions/upload-artifact@v4
79
if: always()
0 commit comments