Skip to content

Commit acaa2cb

Browse files
committed
ci: try fix
1 parent 81ac288 commit acaa2cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
- name: Install dependencies
2323
run: pnpm i --frozen-lockfile
2424

25-
- name: Install Playwright Browsers
26-
run: npx playwright install --with-deps
27-
2825
- name: Build
2926
run: pnpm build
3027

28+
- name: Install Playwright Browsers
29+
working-directory: example
30+
run: npx playwright install --with-deps
31+
3132
- name: Run Playwright tests
3233
working-directory: example
3334
run: pnpm test

0 commit comments

Comments
 (0)