Skip to content

Commit

Permalink
Add jruby to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Sep 3, 2023
1 parent 3c8ecde commit a7fbf61
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- ruby: 2.7
env:
AR_VERSION: '7.0'
- ruby: jruby
env:
SKIP_COMPOSITE_PK: true
AR_VERSION: '7.0'
- ruby: 2.7
env:
AR_VERSION: 6.1
Expand Down Expand Up @@ -81,20 +85,11 @@ jobs:
cp test/github/database.yml test/database.yml
env:
PGPASSWORD: postgres
- name: Run tests with mysql2
run: |
bundle exec rake test:mysql2
bundle exec rake test:mysql2_makara
bundle exec rake test:mysql2spatial
- name: Run tests with postgresql
run: |
bundle exec rake test:postgis
bundle exec rake test:postgresql
bundle exec rake test:postgresql_makara
- name: Run tests with seamless_database_pool
run: |
bundle exec rake test:seamless_database_pool
if: ${{ matrix.ruby < '3.0' }}
- name: Run tests with sqlite
run: |
bundle exec rake test:spatialite
Expand Down

0 comments on commit a7fbf61

Please sign in to comment.