diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fbd1f4..03051b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,8 @@ jobs: run: npm ci - name: Run tests run: npm test + env: + NODE_ENV: test run: continue-on-error: ${{matrix.platform == 'macos-latest'}} needs: test