We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833474f commit 52943afCopy full SHA for 52943af
.github/workflows/dotnetpull.yml
@@ -89,9 +89,11 @@ jobs:
89
- name:
90
Increase max connections (Postgre SQL).
91
# Postgre < 16 cannot adjust it using env vars => Workaround: we use psql to adjust the max connections
92
+ env:
93
+ PGPASSWORD: testpass
94
run: |
- psql -h localhost -U postgres -d testdb -c "ALTER SYSTEM SET max_connections = 300;"
- 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();"
97
- name: Create Oracle user
98
99
sql sys/adfkweflajdfglkj@localhost/FREEPDB1 as sysdba <<EOF
0 commit comments