Skip to content

Commit

Permalink
Merge pull request #23274 from Fryguy/lock_ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie authored Nov 20, 2024
2 parents 2ee961f + aa05800 commit 869d707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.1'
- '3.3'
test-suite:
- vmdb
Expand Down Expand Up @@ -52,6 +51,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.test-suite == 'vmdb' }}
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
matrix.test-suite == 'vmdb' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v5

0 comments on commit 869d707

Please sign in to comment.