Skip to content

Commit 5b3c216

Browse files
committed
chore: test with playwright container
1 parent c73f5e1 commit 5b3c216

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
build:
77
timeout-minutes: 10
88
runs-on: ubuntu-latest
9+
container:
10+
image: mcr.microsoft.com/playwright:v1.39.0-jammy
911

1012
strategy:
1113
matrix:
@@ -42,9 +44,6 @@ jobs:
4244

4345
- run: yarn lint
4446

45-
- name: Install Playwright Browsers
46-
run: npx playwright install --with-deps
47-
4847
- name: Build Playground
4948
run: yarn dev:build
5049

0 commit comments

Comments
 (0)