Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Disable tests

Change version to .NET 8.0
  • Loading branch information
JosefDvorak committed Jan 8, 2024
1 parent d9d8f7c commit 9bdb065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
# - name: Test
# run: dotnet test --no-build --verbosity normal

0 comments on commit 9bdb065

Please sign in to comment.