Refactor card management to support asynchronous operations and improve error handling
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 3 minutes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user