Skip to content

Commit 32f7059

Browse files
committed
fix: reorder steps to run unit tests after build in CI workflow
1 parent a20ad2d commit 32f7059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- name: Check Format
3535
run: npm run check-format
3636

37-
- name: Run unit tests
38-
run: npm run test:unit
39-
4037
- name: Build
4138
run: npm run build
4239

40+
- name: Run unit tests
41+
run: npm run test:unit
42+
4343
- name: Prepare local stack env
4444
id: prepare
4545
run: npx tsx ./test-stack/prepare-test-env.ts

0 commit comments

Comments
 (0)