Skip to content

Commit

Permalink
we don't want to run trilogy specs against jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
zmariscal committed Mar 15, 2024
1 parent e35713d commit eaf5457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
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' && matrix.ruby != 'jruby-9.3.10.0' }}
run: bundle exec rake test:trilogy
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eaf5457

Please sign in to comment.