Remove part about continue-on-error in example

* It does not seem to work well.
* See https://github.com/actions/toolkit/issues/399
This commit is contained in:
Benoit Daloze
2020-11-20 12:37:14 +01:00
committed by GitHub
parent a699edbce6
commit 50ae8432ea
-1
View File
@@ -85,7 +85,6 @@ jobs:
os: [ubuntu, macos]
ruby: [2.5, 2.6, 2.7, head, debug, jruby, jruby-head, truffleruby, truffleruby-head]
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1