Skip to content

Commit 029416b

Browse files
committed
continue-on-error seems to work only when defined in step
1 parent 67a9899 commit 029416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
env:
8383
RAILS_VERSION: '~> 5.0.0'
8484
env: ${{ matrix.env }}
85-
continue-on-error: ${{ matrix.allow_failure || false }}
8685
steps:
8786
- uses: actions/checkout@v2
8887
- uses: ruby/setup-ruby@v1
@@ -91,3 +90,4 @@ jobs:
9190
- run: script/clone_all_rspec_repos
9291
- run: bundle install --binstubs
9392
- run: script/run_build
93+
continue-on-error: ${{ matrix.allow_failure || false }}

0 commit comments

Comments
 (0)