diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 1413193..318de93 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -32,8 +32,8 @@ jobs: - name: Run tests and generate coverage run: npm run coverage # continue-on-error: true - env: - CI: true + # env: + # CI: true - name: Build site env: NITRO_PRESET: node_cluster