Skip to content

Commit

Permalink
refactor: edit database creds in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andiserg committed Feb 29, 2024
1 parent 8be8081 commit d3a7162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: 123456
POSTGRES_DB: test_database
POSTGRES_PASSWORD: postgres
POSTGRES_DB: costy_test
ports: [ '5432:5432' ]
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

Expand Down

0 comments on commit d3a7162

Please sign in to comment.