Skip to content

Commit 20b2da1

Browse files
committed
e2e: ci tests
1 parent 790d0d2 commit 20b2da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-wallet-playwright.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 20
1717
runs-on: ubuntu-latest
1818
container:
19-
image: mcr.microsoft.com/playwright:v1.50.1-jammy
19+
image: mcr.microsoft.com/playwright:v1.55.0-jammy
2020
steps:
2121
- uses: actions/checkout@v4
2222

@@ -71,9 +71,9 @@ jobs:
7171
env:
7272
SECRET_WORDS: ${{ secrets.SECRET_WORDS }}
7373
run: |
74-
xvfb-run --auto-servernum parallel --lb --halt now,success=1,fail=1 ::: \
74+
parallel --lb --halt now,success=1,fail=1 ::: \
7575
"pnpm dev" \
76-
"pnpm wait-on http://localhost:3000 && pnpm e2e:wallet --headed"
76+
"pnpm wait-on http://localhost:3000 && xvfb-run --auto-servernum pnpm e2e:wallet"
7777
7878
- uses: actions/upload-artifact@v4
7979
if: always()

0 commit comments

Comments
 (0)