Skip to content

Commit

Permalink
Test outputdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 25, 2024
1 parent b88adb0 commit 1780eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1780eb8

Please sign in to comment.