Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciused26 authored Feb 4, 2025
1 parent 1272926 commit 7740283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# run: yarn eslint . --format json --output-file reports/eslint-report.json

- name: Test and coverage
run: TZ=UTC yarn test --coverage
run: TZ=UTC yarn run test:cov

- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@v4
Expand Down

0 comments on commit 7740283

Please sign in to comment.