Skip to content

Commit c33c810

Browse files
authored
ci: use microsoft's playwright container (#1264)
1 parent 48f054a commit c33c810

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
run: yarn test
3636
Vitest:
3737
runs-on: ubuntu-latest
38+
container:
39+
# Keep this image tag aligned with package.json's playwright version.
40+
image: mcr.microsoft.com/playwright:v1.59.1-noble
3841
steps:
3942
- name: Checkout
4043
uses: actions/checkout@v6.0.2
@@ -49,7 +52,5 @@ jobs:
4952
run: yarn
5053
- name: Build ReScript
5154
run: yarn build:res
52-
- name: Install Playwright
53-
run: yarn playwright install --with-deps
5455
- name: Vitest
5556
run: yarn ci:test

0 commit comments

Comments
 (0)