Skip to content

Commit

Permalink
play with postgres service variables
Browse files Browse the repository at this point in the history
  • Loading branch information
daisykucharski committed Oct 16, 2023
1 parent 96e3372 commit a0b8c60
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
image: postgres
env:
POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: graduatenu
POSTGRES_USER: test
POSTGRES_PASSWORD: test
POSTGRES_DB: test
ports:
- "5432:5432"
Expand All @@ -54,9 +54,6 @@ jobs:
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
POSTGRES_USER: postgres
POSTGRES_PASSWORD: graduatenu
POSTGRES_DB: test
build-frontend-image:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a0b8c60

Please sign in to comment.