Skip to content

Commit

Permalink
tentative fix for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aleche28 committed Nov 24, 2023
1 parent d7099df commit b3ee2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
run: cd /code && npm install
run: cd code && npm install
- name: Test and coverage
run: cd /code && npx jest --coverage
run: cd code && npx jest --coverage
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit b3ee2c3

Please sign in to comment.