Skip to content

Commit

Permalink
Forgot a db
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryTraill committed Jul 24, 2024
1 parent 9edcef4 commit 93d97a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: hermes_test
POSTGRES_DB: chronos_test
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
redis:
image: redis
ports:
- 6379:6379s
- 6379:6379
options: --entrypoint redis-server

env:
DATABASE_URL: 'postgres://postgres:postgres@localhost:5432/chronos_test'

Expand All @@ -46,7 +47,6 @@ jobs:

- name: test
run: |
make reset-db
make test
- name: codecov
Expand Down

0 comments on commit 93d97a0

Please sign in to comment.