Skip to content

Commit

Permalink
CI: Fix database testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Sep 23, 2023
1 parent 83017c0 commit d44e61a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: RSpec
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
DB: sqlite
run: bundle exec rake

test_mysql:
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
- name: RSpec
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
DB: mysql
run: bundle exec rake

test_postgres:
Expand Down Expand Up @@ -132,4 +134,5 @@ jobs:
- name: RSpec
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
DB: postgres
run: bundle exec rake

0 comments on commit d44e61a

Please sign in to comment.