diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 318f629..8e192cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | @@ -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