Skip to content

Commit

Permalink
Fix db configuration for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smolnar committed Mar 21, 2024
1 parent f91a243 commit ed6f7b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Test
on: [push]

env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: opencourts_api_test
RAILS_ENV: test

jobs:
Expand Down Expand Up @@ -68,7 +65,6 @@ jobs:

- name: Setup Database
run: |
cp config/database.yml.github-actions config/database.yml
bin/rails db:create db:schema:load
bin/rails db:test:load_schema
Expand Down
17 changes: 0 additions & 17 deletions config/database.yml.github-actions

This file was deleted.

0 comments on commit ed6f7b2

Please sign in to comment.