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 4cc651e commit 18459fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -59,7 +59,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 @@ -74,7 +74,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 18459fc

Please sign in to comment.