Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteksuwala authored Nov 22, 2024
1 parent 6512f01 commit 26d5738
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,4 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Change directory
run: cd LoanApplication.TacticalDdd
- name: Restore dependencies
run: dotnet restore LoanApplication.TacticalDdd\LoanApplication.TacticalDdd.sln
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 26d5738

Please sign in to comment.