Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nokibul committed Mar 26, 2024
1 parent c44997a commit 6c42e38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/first-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
postgres:
image: postgres
env:
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/db
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: db

options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 6c42e38

Please sign in to comment.