Skip to content

Commit

Permalink
ci: use npm unambiguous syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTheHun committed Sep 23, 2024
1 parent 83d0c3b commit 96bfaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Tests
run: npm test:ci
run: npm run test:ci

0 comments on commit 96bfaeb

Please sign in to comment.