Skip to content

Commit

Permalink
Exclude windows code from non-windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Jun 23, 2020
1 parent 096e433 commit d5c4077
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,11 +17,11 @@ jobs:
test:
strategy:
matrix:
os:
os:
- ubuntu
- macos
- windows
ruby:
ruby:
- 2.5
- 2.6
- 2.7
Expand All @@ -33,6 +33,15 @@ jobs:
- jruby-head
- truffleruby
- truffleruby-head
exclude:
- os: macos
ruby: mingw
- os: macos
ruby: mswin
- os: ubuntu
ruby: mingw
- os: ubuntu
ruby: mswin
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down

0 comments on commit d5c4077

Please sign in to comment.