Skip to content

Commit

Permalink
feat: explicit tests since jest-coverage cleans them
Browse files Browse the repository at this point in the history
  • Loading branch information
alichherawalla committed Apr 15, 2024
1 parent 2cd3370 commit e7dd566
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install npm dependencies
run: |
yarn
run: yarn

- name: Lint
run: |
npm run lint
run: npm run lint

- name: Test and generate coverage report
uses: artiomtr/[email protected]
with:
Expand All @@ -23,6 +23,10 @@ jobs:
package-manager: yarn
skip-step: install
test-script: yarn test

- name: Tests
run: npm run test

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit e7dd566

Please sign in to comment.