From 4fe10aee340e2956a2793893bc2e515bede31b2e Mon Sep 17 00:00:00 2001 From: Zack Mariscal Date: Fri, 15 Mar 2024 13:34:03 -0700 Subject: [PATCH] ensure trilogy specs don't run against jruby --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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