Skip to content

Commit

Permalink
Fix build and test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowindebondt committed Jun 4, 2024
1 parent 4c93ee0 commit 42c9aae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Build and test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: ./Server
- name: Build
run: dotnet build --no-restore
working-directory: ./Server
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: ./Server

0 comments on commit 42c9aae

Please sign in to comment.