Skip to content

Commit a1a1fc8

Browse files
fix action
1 parent e02a522 commit a1a1fc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
restore-keys: |
3838
${{ runner.os }}-pnpm-store-
3939
40-
- name: Configure Playwright
41-
run: |
42-
pnpm exec playwright install-deps
43-
pnpm exec playwright install
44-
4540
- name: Install dependencies
4641
run: pnpm install
4742

43+
- name: Configure Playwright
44+
run: |
45+
pnpm exec playwright install-deps
46+
pnpm exec playwright install
47+
4848
- name: Build
4949
run: pnpm build:packages
5050

0 commit comments

Comments
 (0)