diff --git a/.github/workflows/code-health-fork.yml b/.github/workflows/code-health-fork.yml index ab36e7b3..928c3cfe 100644 --- a/.github/workflows/code-health-fork.yml +++ b/.github/workflows/code-health-fork.yml @@ -35,6 +35,9 @@ jobs: run: npm ci - name: Run tests run: npm test + env: + SKIP_ATLAS_TESTS: "true" + SKIP_ATLAS_LOCAL_TESTS: "true" - name: Upload test results if: always() && matrix.os == 'ubuntu-latest' uses: actions/upload-artifact@v4