Skip to content

Commit 52943af

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Password for psql
1 parent 833474f commit 52943af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ jobs:
8989
- name:
9090
Increase max connections (Postgre SQL).
9191
# Postgre < 16 cannot adjust it using env vars => Workaround: we use psql to adjust the max connections
92+
env:
93+
PGPASSWORD: testpass
9294
run: |
93-
psql -h localhost -U postgres -d testdb -c "ALTER SYSTEM SET max_connections = 300;"
94-
psql -h localhost -U postgres -d testdb -c "SELECT pg_reload_conf();"
95+
psql -h localhost -U testuser -d testdb -c "ALTER SYSTEM SET max_connections = 300;"
96+
psql -h localhost -U testuser -d testdb -c "SELECT pg_reload_conf();"
9597
- name: Create Oracle user
9698
run: |
9799
sql sys/adfkweflajdfglkj@localhost/FREEPDB1 as sysdba <<EOF

0 commit comments

Comments
 (0)