Skip to content

Commit

Permalink
Merge pull request #10 from Endava/feature/add-sonar-coverage-support
Browse files Browse the repository at this point in the history
Fixed npm install command
  • Loading branch information
jcendava authored Jun 7, 2024
2 parents 762aae7 + fb41184 commit ee73f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
run: npm
run: npm install
- name: Test and coverage
run: npm run coverage

Expand Down

0 comments on commit ee73f20

Please sign in to comment.