Enhance transaction fetching with pagination support and improved error handling
Java CI / build (push) Successful in 45s
.NET+Docker CI/CD / Unit and Integration tests (push) Failing after 27s
.NET+Docker CI/CD / Push Docker image to ghcr.io (push) Has been skipped

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

Took 22 minutes
This commit is contained in:
Dmitrii
2026-06-29 03:34:36 +03:00
parent 77e525b890
commit 0841f51a10
5 changed files with 187 additions and 30 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore --project backend/SpMega.Backend/SpMega.Backend.csproj
- name: Build
run: dotnet build --no-restore --project backend/SpMega.Backend/SpMega.Backend.csproj
run: dotnet build --no-restore backend/SpMega.Backend/SpMega.Backend.csproj
- name: Test
run: dotnet test --no-build --verbosity normal --project backend/SpMega.Backend/SpMega.Backend.csproj