Skip to content

Commit

Permalink
fixed: Run runtime tests only on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 23, 2024
1 parent 6103b1d commit 3474f84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- run: |
npm run lint
npm test
- name: Runtime test
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
run: |
npm run build
npm run test-runtime
- name: Generate Coverage
Expand Down

0 comments on commit 3474f84

Please sign in to comment.