File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ concurrency:
23
23
env :
24
24
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
25
25
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"
30
26
31
27
jobs :
32
28
build-and-test :
42
38
- name : Tune GitHub-hosted runner network
43
39
uses : smorimoto/tune-github-hosted-runner-network@v1
44
40
- name : Setup PostgreSQL
45
- uses : ikalnytskyi/action-setup-postgres@v4
41
+ uses : ikalnytskyi/action-setup-postgres@v5
46
42
with :
47
43
username : postgres
48
44
password : postgres
You can’t perform that action at this time.
0 commit comments