Skip to content

Commit 6ca3b36

Browse files
Add debugging info for Windows #2
1 parent 456816a commit 6ca3b36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
- name: Install dependencies
5858
run: pnpm install
5959

60+
# TODO: Put this at the right place
61+
- name: Integration Tests
62+
run: pnpm run test:integrations
63+
6064
- name: Build
6165
run: pnpm run build
6266

@@ -68,9 +72,6 @@ jobs:
6872
- name: Test
6973
run: pnpm run test
7074

71-
- name: Integration Tests
72-
run: pnpm run test:integrations
73-
7475
- name: Install Playwright Browsers
7576
run: npx playwright install --with-deps
7677

0 commit comments

Comments
 (0)