Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idormenco committed Aug 19, 2021
1 parent 6a434d9 commit 4dc16e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
run:
working-directory: ./Src
env:
DB_CONNECTION_STRING: Server=localhost;Port=5432;Database=de-urgenta-specs-db;User Id=docker;Password=docker;
DB_CONNECTION_STRING: Server=localhost;Port=5432;Database=de-urgenta-specs-db;User Id=git-ci;Password=git-ci-pass;

jobs:
build:
Expand All @@ -24,8 +24,8 @@ jobs:
image: postgres
# Provide the password for postgres
env:
POSTGRES_PASSWORD: docker-action-pass
POSTGRES_USER: docker-action
POSTGRES_PASSWORD: git-ci-pass
POSTGRES_USER: git-ci
POSTGRES_DB: postgres
ports:
# Maps tcp port 5432 on service container to the host
Expand Down

0 comments on commit 4dc16e8

Please sign in to comment.