diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index de6522e..9950388 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -28,7 +28,7 @@ jobs: pytest --keep-workflow-wd --git-aware --symlink tests/ --basetemp ~/temp - name: Check files - run: ls -ltr ~/temp/* + run: ls -ltr /home/runner/temp/ - name: Check miniwdl log in case of failure. if: ${{ failure() }} # Get the last 1000 lines of the miniwdl log to catch the error.