Skip to content

Commit

Permalink
Run unit tests during the release (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm authored May 6, 2022
1 parent 4509dae commit 3a8deda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: npm ci --unsafe-perm
working-directory: init

- name: Run unit tests
run: npm run test:unit -- --coverage
working-directory: init

- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down

0 comments on commit 3a8deda

Please sign in to comment.