diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40713fb516..fb972b31d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -121,7 +121,7 @@ jobs: retry_on: error command: npm ci - - run: npm run test:unit + - run: | + npm run build -- --ignore open-lens + npm run test:unit name: Run tests - env: - NODE_OPTIONS: --max-old-space-size=4096