Skip to content

Commit 8c63933

Browse files
committed
Run unit tests on push
1 parent 005c55f commit 8c63933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

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

3434
- name: Clean install dependencies
3535
run: npm ci
36+
37+
- name: Run unit tests
38+
run: npm test
3639

3740
- name: Install GitVersion
3841
uses: gittools/actions/gitversion/setup@v0.9.7

0 commit comments

Comments
 (0)