diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe68079..a478abe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + - name: Install dependencies + run: yarn + - name: Test and coverage + run: yarn jest --coverage - name: SonarQube Cloud Scan uses: SonarSource/sonarcloud-github-action@master env: