Update dev_pipeline.yaml
Dev testing pipeline / BuildAndTest (push) Failing after 2m17s Details

This commit is contained in:
Vasya Ryzhkoff 2024-07-27 13:57:36 +07:00
parent 395ea3f2c6
commit 300444bc87
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y postgresql
sudo systemctl restart postgresql.service
- name: Create User
run: |
sudo -u postgres psql --command="CREATE USER developer PASSWORD 'magazinchik_forever'"