Skip to content

Commit 1e1f684

Browse files
committed
try no need cd
1 parent 50a1ee1 commit 1e1f684

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
run: |
7070
for proj in ${{ env.TEST_PROJECTS }}; do
7171
echo "::group::Run $proj"
72-
cd ~/test-artifacts/$proj
73-
dotnet test --verbosity detailed $proj.dll
72+
dotnet test --verbosity detailed ./test-artifacts/$proj/$proj.dll
7473
echo "::endgroup::"
7574
done

0 commit comments

Comments
 (0)