Update dev_pipeline.yaml
Dev testing pipeline / BuildAndTest (push) Failing after 1m44s Details

This commit is contained in:
Vasya Ryzhkoff 2024-07-27 13:53:05 +07:00
parent 7e5bbdecd8
commit 395ea3f2c6
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up PostgreSQL 🐘 - name: Set up PostgreSQL 🐘
run: | run: |
sudo apt-get update
sudo apt-get install -y postgresql sudo apt-get install -y postgresql
- name: Create User - name: Create User
run: | run: |