Skip to content

Commit

Permalink
Use working dir and manually build
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjs committed May 6, 2024
1 parent bf49a5c commit 57fdbe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Run tests
run: dotnet test --logger GitHubActions ./src/UniversalDiveDataFormat.sln
working-directory: ./src
run: dotnet restore && dotnet test --logger GitHubActions

0 comments on commit 57fdbe3

Please sign in to comment.