Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Jul 6, 2024
1 parent 5801e7f commit bd82607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests - PostgreSQL

on: [pull_request]
on: [push, pull_request]

jobs:
postgresql:
Expand Down Expand Up @@ -79,6 +79,7 @@ jobs:
# Initialize the DB
- name: 'Setup Test DB'
run: |
cat config/database.yml
bundle exec rails db:setup RAILS_ENV=test
bundle exec rails db:migrate RAILS_ENV=test
Expand Down
1 change: 1 addition & 0 deletions config/database.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ development:

test:
<<: *defaults
database: roadmap_test

0 comments on commit bd82607

Please sign in to comment.