Skip to content

Commit 72a9293

Browse files
committed
ci: move build before test
1 parent 791f284 commit 72a9293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27-
- name: Run tests
28-
run: npm test
29-
3027
- name: Build project
3128
run: npm run build
3229

30+
- name: Run tests
31+
run: npm test
32+
3333
- name: Package release artifacts
3434
run: |
3535
# Create release directory

0 commit comments

Comments
 (0)