Skip to content

Commit

Permalink
Set path to solution in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterFalter committed Jun 11, 2024
1 parent e72245c commit 812673c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.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: dezi
- name: Build
run: dotnet build --no-restore
working-directory: dezi
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: dezi

0 comments on commit 812673c

Please sign in to comment.