Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Oct 13, 2023
1 parent b44448b commit 1f875c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x, 20.x]
branch-name: ${{ github.ref_name }}
exclude:
- os: macos-latest
branch-name: "master"
- os: windows-latest
isMaster: "master"

steps:
- name: Checkout
Expand Down

0 comments on commit 1f875c6

Please sign in to comment.