Skip to content

Commit b01e414

Browse files
committed
Remove unused PGPASSWORD environment variable
1 parent 19bd638 commit b01e414

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ concurrency:
2323
env:
2424
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2525
DOTNET_CLI_TELEMETRY_OPTOUT: true
26-
# The Windows runner image has PostgreSQL pre-installed and sets the PGPASSWORD environment variable to "root".
27-
# This conflicts with the default password "postgres", which is used by ikalnytskyi/action-setup-postgres.
28-
# Because action-setup-postgres forgets to update the environment variable accordingly, we do so here.
29-
PGPASSWORD: "postgres"
3026

3127
jobs:
3228
build-and-test:

0 commit comments

Comments
 (0)