Skip to content

Commit

Permalink
ci(release): add run tests step to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
allbertuu committed Feb 6, 2024
1 parent 5c90e8a commit 76f37df
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 @@ -23,7 +23,11 @@ jobs:
- name: Install deps
run: npm install

- name: Run tests
run: npm test

- name: Release
if: ${{ success() }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit 76f37df

Please sign in to comment.