Skip to content

Commit

Permalink
ci: run unit tests before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jun 14, 2024
1 parent a6642b5 commit 9a7e6d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Unit tests
run: npm test
- name: Release
run: npm run release
env:
Expand Down

0 comments on commit 9a7e6d0

Please sign in to comment.