Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
STorm175 authored Nov 24, 2024
1 parent f604260 commit 6726b69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
working-directory: ./OnionArchitecture/WebApi/
run: dotnet restore
- name: Build
working-directory: ./OnionArchitecture/
run: dotnet build --no-restore
- name: Test
working-directory: ./OnionArchitecture/
run: dotnet test --no-build --verbosity normal
- name: Run locally
run: dotnet run --project WebApi/WebApi.csproj
working-directory: ./OnionArchitecture/WebApi/
run: dotnet run

0 comments on commit 6726b69

Please sign in to comment.