Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Nov 5, 2022
1 parent 2811ac2 commit 8ef1a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
with:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: before-build
if: matrix.ruby >= '2.4'
continue-on-error: true

- run: bundle exec rspec
Expand All @@ -56,7 +55,7 @@ jobs:
with:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: after-build
if: matrix.ruby >= '2.4' && always()
if: always()
continue-on-error: true

- name: Slack Notification (not success)
Expand Down

0 comments on commit 8ef1a71

Please sign in to comment.