Enhance transaction fetching with pagination support and improved error handling
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 22 minutes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user