Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Apr 18, 2024
1 parent ddb48cc commit f195d4a
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 @@ -54,7 +54,7 @@ jobs:
- name: Run postgresql
if: matrix.make == 'test-release'
run: |
sudo service postgresql@12-main start
sudo service postgresql@12-main restart
pg_lsclusters
sudo -u postgres psql --command="CREATE USER uservice_dynconf PASSWORD 'password'" --command="\du"
sudo -u postgres createdb --owner=uservice_dynconf uservice_dynconf
Expand Down

0 comments on commit f195d4a

Please sign in to comment.