mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add continue-on-skipped_tests flag
This commit is contained in:
parent
41e6f0967d
commit
ab1fc6efa4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
@ -110,6 +110,7 @@ jobs:
|
|||
RUBY_TESTOPTS: "-v --tty=no"
|
||||
TESTS: ${{ matrix.skipped_tests }}
|
||||
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests != '' }}
|
||||
continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
payload: |
|
||||
|
|
Loading…
Reference in a new issue