Skip to content

Commit

Permalink
Tweak GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmackay committed Dec 17, 2023
1 parent de08830 commit 8a9c314
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build
# - name: Test
# run: dotnet test --no-build --verbosity normal

0 comments on commit 8a9c314

Please sign in to comment.