Skip to content

Commit

Permalink
chore: add test instead of prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
markw-deriv authored Apr 5, 2024
1 parent dfd7eaa commit 68d0820
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ jobs:
run: npm install --global npm
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Prepublish
run: npm run prepublish
- name: Run the tests
run: npm run test

0 comments on commit 68d0820

Please sign in to comment.