Skip to content

Commit 1346ec4

Browse files
committed
chore: update GitHub Actions workflow to separate build and test steps for clarity
1 parent 9e24575 commit 1346ec4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Lint
3636
run: npm run lint
3737

38-
- name: Build and test
38+
- name: Build
39+
run: npm run build:ci
40+
41+
- name: Test
3942
run: npm run test:ci
4043

0 commit comments

Comments
 (0)