Skip to content

Commit

Permalink
fix: Set job working directory to 'src'
Browse files Browse the repository at this point in the history
  • Loading branch information
killij committed Dec 7, 2023
1 parent f1a3032 commit 5ea31f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: ./src
- name: Build
run: dotnet build --no-restore --warnAsError
working-directory: ./src
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: ./src

0 comments on commit 5ea31f6

Please sign in to comment.