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