Skip to content

Commit

Permalink
[QUINTEROS] Fixup CI 'if' ruby-version check for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Aug 22, 2023
1 parent cd280b1 commit 8009eb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.7'
- '3.0'
services:
postgres:
Expand Down Expand Up @@ -50,6 +49,6 @@ jobs:
- name: Run core security tests
run: bundle exec rake spec:security
- name: Report code coverage
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }}"
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v5

0 comments on commit 8009eb1

Please sign in to comment.