Skip to content

Commit

Permalink
CI: Fixed unit-tests action.
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 committed Aug 1, 2024
1 parent 387f09e commit e4d4301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: npm install

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

0 comments on commit e4d4301

Please sign in to comment.