Skip to content

Commit

Permalink
disable tests for windows & osx for now
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 16, 2020
1 parent 6daaa81 commit 77d0457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node: ['12.x', '14.x']
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest] #, windows-latest, macOS-latest

steps:
- name: Checkout repo
Expand Down

0 comments on commit 77d0457

Please sign in to comment.