Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raarevalo96 committed Jan 18, 2024
1 parent b01a26c commit 323da4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm install

- name: Run tests and generate coverage reports
run: npm test-coverage
run: npm run test-coverage

- name: Build
run: npm run build
Expand Down

0 comments on commit 323da4e

Please sign in to comment.