Skip to content

Commit

Permalink
fix: fixing snapshots in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Oct 11, 2023
1 parent 4d32973 commit 7d559f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: npm clean-install
- name: Test
run: npm test
env:
NO_COLOR: true
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down

0 comments on commit 7d559f2

Please sign in to comment.