Skip to content

Commit d07ec48

Browse files
author
Niek Raaijmakers
committed
add unit test step to workflow
1 parent e44ac21 commit d07ec48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: npm ci
1818
- name: Build the project
1919
run: npm run build-prod
20+
- name: Run tests and do code coverage check
21+
run: npm run test
2022
- name: Release module and publish it in github.com and npmjs.com
2123
env:
2224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)