Skip to content

Commit 84cd4e3

Browse files
build: Add script to run test on new PR
1 parent 4871a7e commit 84cd4e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828

2929
- name: Linting
3030
run: npm run lint
31+
32+
- name: Run tests
33+
run: npm run test
3134

3235
- name: Build
3336
run: npm run build

0 commit comments

Comments
 (0)