Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
doron050 committed Jan 3, 2025
1 parent 33a9ef0 commit 97fba8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/legacy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
& pg_ctl start --pgdata="$PGDATA"
$pgServiceConf = @"
[${env:POSTGRES_USER}]
host=localhost
port=5432
user=${env:POSTGRES_USER}
password=${env:POSTGRES_PASSWORD}
dbname=${env:TESTS_DB}
[${env:POSTGRES_USER}]
host=localhost
port=5432
user=${env:POSTGRES_USER}
password=${env:POSTGRES_PASSWORD}
dbname=${env:TESTS_DB}
"@
Set-Content -Path "$PGDATA/pg_service.conf" -Value $pgServiceConf
Expand Down

0 comments on commit 97fba8c

Please sign in to comment.