We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f054a commit c33c810Copy full SHA for c33c810
1 file changed
.github/workflows/pull-request.yml
@@ -35,6 +35,9 @@ jobs:
35
run: yarn test
36
Vitest:
37
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
41
steps:
42
- name: Checkout
43
uses: actions/checkout@v6.0.2
@@ -49,7 +52,5 @@ jobs:
49
52
run: yarn
50
53
- name: Build ReScript
51
54
run: yarn build:res
- - name: Install Playwright
- run: yarn playwright install --with-deps
55
- name: Vitest
56
run: yarn ci:test
0 commit comments