Skip to content

Commit da72158

Browse files
committed
overwrite hba
1 parent e170813 commit da72158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
sudo -u postgres psql -tAc "select version(); show data_directory; show port; show listen_addresses;"
5252
sudo -u postgres createuser --superuser --createdb --createrole golden_axe
53-
sudo tee -a /etc/postgresql/18/main/pg_hba.conf >/dev/null <<'EOF'
53+
sudo tee /etc/postgresql/18/main/pg_hba.conf >/dev/null <<'EOF'
5454
local all all trust
5555
host all all 127.0.0.1/32 trust
5656
host all all ::1/128 trust

0 commit comments

Comments
 (0)