Skip to content

Commit

Permalink
chore: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 27, 2020
1 parent bc47613 commit fde2040
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
INSTALL_PG: "true"
- run: "bundle exec rake"
env:
DATABASE_ADAPTER: github_actions_postgres
INSTALL_PG: "true"
7 changes: 7 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ test:
<<: *default
adapter: mysql2
host: "192.168.0.9"
github_actions_postgres:
adapter: postgres
database: postgres
username: postgres
password: postgres
host: localhost
port: "5432"

development:
default:
Expand Down

0 comments on commit fde2040

Please sign in to comment.