diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7498b09..f966ebf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper - name: Send coverage to CodeClimate - uses: paambaati/codeclimate-action@v3 + uses: paambaati/codeclimate-action@v3.0.0 continue-on-error: true if: ${{ success() || failure() }} env: