Refactor card management to support asynchronous operations and improve error handling
Java CI / build (push) Successful in 47s
.NET+Docker CI/CD / Unit and Integration tests (push) Failing after 23s
.NET+Docker CI/CD / Push Docker image to ghcr.io (push) Has been skipped

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

Took 3 minutes
This commit is contained in:
Dmitrii
2026-06-29 03:03:59 +03:00
parent 25929286c6
commit 77e525b890
9 changed files with 279 additions and 260 deletions
+3 -3
View File
@@ -20,11 +20,11 @@ jobs:
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore --project backend/SpMega.Backend/SpMega.Backend.csproj
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore --project backend/SpMega.Backend/SpMega.Backend.csproj
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --project backend/SpMega.Backend/SpMega.Backend.csproj
compose:
name: Push Docker image to ghcr.io