Skip to content

Commit

Permalink
Add continue-on-skipped_tests flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 16, 2022
1 parent 41e6f09 commit ab1fc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ab1fc6e

Please sign in to comment.