Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ main ]
env:
ConnectionStrings__BoilerplateConnectionString: "Host=localhost;Database=testdb;Username=postgres;Password=postgres"
ConnectionStrings__BoilerplateConnectionString: "Host=localhost;Database=testdb;Username=postgres;Password=devpass4444"
jobs:
build:
# Service containers to run with `container-job`
Expand All @@ -18,7 +18,7 @@ jobs:
- 5432:5432
# Provide the password for postgres
env:
POSTGRES_PASSWORD: postgres
POSTGRES_PASSWORD: devpass4444
POSTGRES_DB: testdb
# Set health checks to wait until postgres has started
options: >-
Expand Down
Loading