Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samanazadi1996 committed Jun 9, 2024
1 parent 87f42d1 commit 6455805
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
dotnet-version: 8.0.x

- name: Restore dependencies
working-directory: "./Source"
run: dotnet restore

- name: Build
working-directory: "./Source"
run: dotnet build --no-restore

- name: Test
working-directory: "./Source"
run: dotnet test --no-build --verbosity normal

0 comments on commit 6455805

Please sign in to comment.