Skip to content

Commit

Permalink
Merge pull request #834 from zmariscal/fix--allow-jruby-specs-to-pass
Browse files Browse the repository at this point in the history
Fix jruby spec runs
  • Loading branch information
jkowens committed Mar 15, 2024
2 parents e35713d + 4fe10ae commit 5ea3ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -126,7 +126,7 @@ jobs:
bundle exec rake test:spatialite
bundle exec rake test:sqlite3
- name: Run trilogy tests
if: ${{ matrix.env.AR_VERSION >= '7.0' && matrix.ruby != 'jruby' }}
if: ${{ matrix.env.AR_VERSION >= '7.0' && !startsWith(matrix.ruby, 'jruby') }}
run: bundle exec rake test:trilogy
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ea3ef0

Please sign in to comment.