Update dev_pipeline.yaml
Dev testing pipeline / BuildAndTest (push) Failing after 7s Details

This commit is contained in:
Vasya Ryzhkoff 2024-07-27 13:42:57 +07:00
parent 28cb792c5a
commit ded73b173d
1 changed files with 3 additions and 4 deletions

View File

@ -18,8 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up PostgreSQL 🐘
run: |
sudo systemctl start postgresql.service
pg_isready
sudo apt-get install -y postgresql
- name: Create User
run: |
sudo -u postgres psql --command="CREATE USER developer PASSWORD 'magazinchik_forever'"
@ -31,7 +30,7 @@ jobs:
- name: Setup .NET 🛠️
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: "8.0.x"
- name: Restore dependencies 🔪
run: dotnet restore
- name: Build debug app ☢️