Skip to content

Commit

Permalink
test: Fix psql version
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jul 5, 2023
1 parent 3949dbb commit 68d9dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Drop and re-create cluster to be bound to default port
for version in `pg_lsclusters | tail -n-2 | awk '{ print $1 }'`; do sudo pg_dropcluster $version main; done
sudo pg_createcluster --start 10 main
sudo pg_createcluster --start 12 main
sed -e 's/username = guest/username = unittest/' -e 's/password = guest/password = gottatest/' -e 's/port = 1337/port = 1338/' -e "s/#use_ssl = false/use_ssl = true/" nipap-cli/nipaprc > ~/.nipaprc
chmod 0600 ~/.nipaprc
Expand Down

0 comments on commit 68d9dd1

Please sign in to comment.