diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 43171841..2fe2de75 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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