From 637836bd44bb37987ed9692b47c6ee4e9d23ba7b Mon Sep 17 00:00:00 2001 From: David Blass Date: Fri, 17 May 2024 05:44:41 -0400 Subject: [PATCH] ci: re-enable repo-wide runtime tests for node/os compat versions --- .github/workflows/pr.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 37e0a97cd9..64dc0ec1c2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,8 +50,10 @@ jobs: with: node: ${{ matrix.node }} - # - name: Test - # run: pnpm testRepo + # To test node and OS versions, we don't care about rechecking types + # so just check runtime behavior + - name: Test + run: pnpm testRepo prChecks: needs: compatibility