Skip to content

Commit

Permalink
Allow failure at Code Climate Test Reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 23, 2020
1 parent 0e16aef commit 5d001f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: before-build
if: matrix.ruby >= 'ruby:2.4'
continue-on-error: ${{ matrix.allow_failures == 'true' }}
continue-on-error: true

- name: Run test
run: |
Expand All @@ -71,7 +71,7 @@ jobs:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: after-build
if: matrix.ruby >= 'ruby:2.4' && always()
continue-on-error: ${{ matrix.allow_failures == 'true' }}
continue-on-error: true

- name: Slack Notification (not success)
uses: homoluctus/slatify@v2.0.0
Expand Down

0 comments on commit 5d001f1

Please sign in to comment.