Skip to content

Commit 50ae843

Browse files
authored
Remove part about continue-on-error in example
* It does not seem to work well. * See https://github.com/actions/toolkit/issues/399
1 parent a699edb commit 50ae843

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
os: [ubuntu, macos]
8686
ruby: [2.5, 2.6, 2.7, head, debug, jruby, jruby-head, truffleruby, truffleruby-head]
8787
runs-on: ${{ matrix.os }}-latest
88-
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
8988
steps:
9089
- uses: actions/checkout@v2
9190
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)