Skip to content

Commit

Permalink
maint/CICD ~ add MacOS CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Nov 6, 2020
1 parent a331ef3 commit 2da1365
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI

# spell-checker:ignore (names) MacOS

on: [push]

jobs:
Expand All @@ -9,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [6.x, 8.x, 10.x, 12.x]

steps:
Expand Down

0 comments on commit 2da1365

Please sign in to comment.