Update dev_pipeline.yaml
Dev testing pipeline / BuildAndTest (push) Failing after 7s
Details
Dev testing pipeline / BuildAndTest (push) Failing after 7s
Details
This commit is contained in:
parent
28cb792c5a
commit
ded73b173d
|
@ -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 ☢️
|
||||
|
|
Loading…
Reference in New Issue