Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePinkUnicorn6 authored Oct 19, 2023
1 parent a6feed9 commit 23311bc
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 @@ -17,11 +17,11 @@ jobs:
with:
dotnet-version: 7.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore NeaServer.sln
- name: Build
run: dotnet build NeaServer.sln --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test NeaServer.sln --no-build --verbosity normal

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 23311bc

Please sign in to comment.