Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideWiest authored Nov 1, 2023
1 parent fab01db commit bfc4110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
docker run --rm `
--workdir /app `
-v $(pwd)/Tests:/app `
-v $(pwd)/testresults:/results `
-v "$(pwd)/Tests:/app" `
-v "$(pwd)/testresults:/results" `
nunit/nunit3-reporting `
nunit3-console ContextFlow/bin/Debug/ContextFlow.dll --result=/results/test-results.xml
Expand Down

0 comments on commit bfc4110

Please sign in to comment.