diff --git a/.github/workflows/deploy_site.yaml b/.github/workflows/deploy_site.yaml index 37eb9fc..16076ca 100644 --- a/.github/workflows/deploy_site.yaml +++ b/.github/workflows/deploy_site.yaml @@ -16,8 +16,8 @@ jobs: fetch-depth: 0 - name: Install dependencies run: yarn - - name: Test and coverage - run: yarn jest --coverage + # - name: Test and coverage + # run: yarn jest --coverage - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@master env: