Skip to content

Commit

Permalink
Merge pull request #28 from GravityTwoG/dev
Browse files Browse the repository at this point in the history
ci: run tests before release
  • Loading branch information
GravityTwoG authored Jul 8, 2024
2 parents 7c6a24a + 25c8bb0 commit 2683f73
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 @@ -29,6 +29,8 @@ jobs:
run: npm clean-install
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: npm audit signatures
- name: Run tests
run: npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2683f73

Please sign in to comment.