diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 498bd3e..61cb9a5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -74,6 +74,9 @@ jobs: - name: Run unit tests run: npm run test:unit + - name: Run Node.js fallback tests + run: node test/utils/which-node-test.mjs + - name: Run integration tests run: npm run test:integration