Skip to content

Commit

Permalink
exclude jruby and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 6, 2020
1 parent 6c07d63 commit 7be2afe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
exclude:
- os: windows-latest
ruby: truffleruby
- os: windows-latest
ruby: jruby-head
- os: windows-latest
ruby: jruby
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand All @@ -21,4 +25,3 @@ jobs:
run: gem install minitest
- name: Run test
run: ruby -Ilib exe/rake
continue-on-error: ${{ matrix.ruby == 'jruby-head' }}

0 comments on commit 7be2afe

Please sign in to comment.