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 6c42e38 commit 21e61c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/first-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
postgres:
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_USER: localhost
POSTGRES_PASSWORD: postgres
POSTGRES_DB: db

Expand All @@ -23,7 +23,6 @@ jobs:
--health-retries 5
ports:
- 5432:5432


steps:
- name: Checkout code
Expand Down

0 comments on commit 21e61c9

Please sign in to comment.