Skip to content

Commit

Permalink
Skip tests on Windows + Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 21, 2023
1 parent bf4f68c commit 7410ebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [14, 16, 18, 19, 20]
exclude:
- os: windows-latest
node-version: 14
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand All @@ -61,9 +64,6 @@ jobs:
run: npm run test-ci

- name: Run smoke test
if: >
matrix.os != 'windows-latest' &&
matrix.node-version > 14
run: npm run test:smoke

automerge:
Expand Down

0 comments on commit 7410ebe

Please sign in to comment.