Skip to content

Commit

Permalink
ensure trilogy specs don't run 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 4fe10ae
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' && !startsWith(matrix.ruby, 'jruby') }}
run: bundle exec rake test:trilogy
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4fe10ae

Please sign in to comment.