Skip to content

Commit f60cd17

Browse files
ugh
1 parent 590847e commit f60cd17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ jobs:
1919
with:
2020
node-version: 22.x
2121
cache: 'pnpm'
22-
- name: Install Playwright Browsers
23-
run: pnpm exec playwright install
2422

2523
- run: pnpm install
2624
env:
2725
CI: true
2826

27+
- name: Install Playwright Browsers
28+
run: pnpm exec playwright install
29+
2930
- run: pnpm build
3031

3132
- name: Run tests

0 commit comments

Comments
 (0)