We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a1ee1 commit 1e1f684Copy full SHA for 1e1f684
1 file changed
.github/workflows/main.yml
@@ -69,7 +69,6 @@ jobs:
69
run: |
70
for proj in ${{ env.TEST_PROJECTS }}; do
71
echo "::group::Run $proj"
72
- cd ~/test-artifacts/$proj
73
- dotnet test --verbosity detailed $proj.dll
+ dotnet test --verbosity detailed ./test-artifacts/$proj/$proj.dll
74
echo "::endgroup::"
75
done
0 commit comments