Skip to content

Commit

Permalink
chore: fix test command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 12, 2023
1 parent f62bbda commit abeb5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
run: npm install

- name: "Run Test"
run: npm test -- tests/**.spec.js
run: npm run test:all

0 comments on commit abeb5c8

Please sign in to comment.