Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gregyjames/tsunami
Browse files Browse the repository at this point in the history
  • Loading branch information
gregyjames committed Jan 7, 2024
2 parents 1bf16a4 + 19eb2fe commit 9b42f67
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 @@ -21,11 +21,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
working-directory: ./Tsunami
run: dotnet restore Tsunami.sln
- name: Build
working-directory: ./Tsunami
run: dotnet build --no-restore
- name: Test
working-directory: ./Tsunami
run: dotnet test --no-build --verbosity normal

0 comments on commit 9b42f67

Please sign in to comment.