Skip to content

Commit 50a1ee1

Browse files
committed
cd from home
1 parent df728fc commit 50a1ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)