Skip to content

Commit 26d5738

Browse files
authored
Update dotnet.yml
1 parent 6512f01 commit 26d5738

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,4 @@ jobs:
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: 9.0.x
23-
- name: Change directory
24-
run: cd LoanApplication.TacticalDdd
25-
- name: Restore dependencies
26-
run: dotnet restore LoanApplication.TacticalDdd\LoanApplication.TacticalDdd.sln
27-
- name: Build
28-
run: dotnet build --no-restore
29-
- name: Test
30-
run: dotnet test --no-build --verbosity normal
23+

0 commit comments

Comments
 (0)