Skip to content

Commit

Permalink
ci: re-enable repo-wide runtime tests for node/os compat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed May 17, 2024
1 parent b52212e commit 637836b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 637836b

Please sign in to comment.