Skip to content

Commit

Permalink
Fix CI calling the wrong npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dionysusnu committed Sep 17, 2024
1 parent 3d63096 commit b3a5658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
uses: bahmutov/[email protected]

- name: Run tests
run: npm test
run: npm run test-lune
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: bahmutov/[email protected]

- name: Run tests
run: npm test
run: npm run test-lune

- name: Publish
continue-on-error: true
Expand Down

0 comments on commit b3a5658

Please sign in to comment.