Skip to content

Commit

Permalink
package: ajustando
Browse files Browse the repository at this point in the history
  • Loading branch information
fonteeboa committed Dec 18, 2023
1 parent 2929e37 commit a6f81e6
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 @@ -23,10 +23,10 @@ jobs:
node-version: '20'

- name: Install dependencies
run: yarn install
run: npm install

- name: Run tests and coverage
run: yarn jest --coverage
run: npm run jest --coverage

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit a6f81e6

Please sign in to comment.