Skip to content

Commit 9e24575

Browse files
committed
chore: update GitHub Actions test workflow to use npm run test:ci instead of npm run test:build
1 parent d57b0b5 commit 9e24575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
run: npm run lint
3737

3838
- name: Build and test
39-
run: npm run test:build
39+
run: npm run test:ci
4040

0 commit comments

Comments
 (0)