Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 0cc7eb6

Browse files
committed
use prebuilt browser image
1 parent c769c10 commit 0cc7eb6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ jobs:
2525
test:
2626
name: Tests
2727
runs-on: ubuntu-latest
28+
container:
29+
image: mcr.microsoft.com/playwright:v1.54.0-noble
30+
options: --user 1001
2831
steps:
2932
- uses: actions/checkout@v4
3033
- uses: oven-sh/setup-bun@v2
3134
- run: bun install
32-
- run: bunx playwright install --with-deps
3335
- run: bun run test:unit --run
3436
- run: bun run test:e2e
3537
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)