diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c51ea28..8b13f3ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: run: (yarn eslint . --format json --output-file reports/eslint-report.json) || true - name: Test and coverage - run: yarn jest --coverage + run: (yarn jest --coverage) || true - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master