Fix old and misstyped command to restore .net project
Java CI / build (push) Successful in 45s
.NET+Docker CI/CD / Unit and Integration tests (push) Successful in 31s
.NET+Docker CI/CD / Push Docker image to ghcr.io (push) Failing after 1m19s

Signed-off-by: Dmitrii <computer@yawaflua.tech>

Took 1 minute
This commit is contained in:
Dmitrii
2026-06-29 03:46:44 +03:00
parent 5858cc5db0
commit 98bf51eb4c
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore --project backend/SpMega.Backend/SpMega.Backend.csproj
run: dotnet restore backend/SpMega.Backend/SpMega.Backend.csproj
- name: Build
run: dotnet build --no-restore backend/SpMega.Backend/SpMega.Backend.csproj
- name: Test