Remove windows from tests
This commit is contained in:
parent
31f824b664
commit
abecdb6371
|
|
@ -10,7 +10,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: [9, 10, 11, 12]
|
node_version: [9, 10, 11, 12]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, macOS-latest]
|
||||||
|
# os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue