Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Sep 15, 2024
1 parent 3f162e1 commit 33220d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
node: [20]

steps:
Expand Down Expand Up @@ -50,8 +49,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest]
# node versions to run tests on
nodeRun: [20]
# node version on which code was built and should be tested
Expand Down

0 comments on commit 33220d7

Please sign in to comment.