From 5fa765a125f7c51b9a05ffc3b5503b26bd49511a Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Fri, 15 Nov 2024 10:18:49 -0500 Subject: [PATCH] Fix broken ci.yaml Introduced in #765 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f72769c3..2fbd5e8f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,6 +49,6 @@ jobs: - name: Run tests run: bundle exec rake - name: Report code coverage - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version = '3.3' && matrix.rails-version == '7.0' }} + if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.0' }} continue-on-error: true uses: paambaati/codeclimate-action@v9