Skip to content

Commit

Permalink
chore: drop windows test (#7225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 9, 2020
1 parent 6e572d3 commit 2de2378
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Expand Up @@ -25,13 +25,10 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
node-version: [12]
python-version: [3.8]
java-version: [8]
exclude:
- os: windows-latest
node-version: 10

env:
coverage: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == 12 }}
Expand Down

0 comments on commit 2de2378

Please sign in to comment.