Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSans authored Jul 5, 2024
1 parent 264785c commit d8ed9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore ./XPhone
- name: Build
run: dotnet build ./XPhone.sln --no-restore
run: dotnet build ./XPhone --no-restore
- name: Test
run: dotnet test ./XPhone.sln --no-build --verbosity normal
run: dotnet test ./XPhone --no-build --verbosity normal

0 comments on commit d8ed9f8

Please sign in to comment.