diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1fb0e9ece..565f2252a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -64,7 +64,7 @@ jobs: - name: Install Playwright run: npx playwright install --with-deps - - name: Run CSR tests + - name: Run SSR tests # FAIL_FAST to fail on first failing test. run: FAIL_FAST="true" SSR_ONLY="true" npm run test