diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 9e62612025fd..ef3e2d103474 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -106,7 +106,8 @@ jobs: env: E2E_TEST: true - name: Type check - if: matrix.variant == '-st' + # TODO: there're some lingering issues with PnP + tsc. Enable tsc in PnP later. + if: matrix.variant == '-st' && matrix.nodeLinker != 'pnp' run: yarn typecheck working-directory: ../test-website - name: Build test-website project