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 e170813 commit da72158Copy full SHA for da72158
1 file changed
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
51
sudo -u postgres psql -tAc "select version(); show data_directory; show port; show listen_addresses;"
52
sudo -u postgres createuser --superuser --createdb --createrole golden_axe
53
- sudo tee -a /etc/postgresql/18/main/pg_hba.conf >/dev/null <<'EOF'
+ sudo tee /etc/postgresql/18/main/pg_hba.conf >/dev/null <<'EOF'
54
local all all trust
55
host all all 127.0.0.1/32 trust
56
host all all ::1/128 trust
0 commit comments