Skip to content

Commit

Permalink
Update temp dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 25, 2024
1 parent 598ef9c commit 2350902
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 @@ -26,7 +26,7 @@ jobs:
# Use --symlink to limit disk usage.
run: >-
pytest --keep-workflow-wd-on-fail --git-aware
--symlink tests/
--symlink tests/ --basetemp ~/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 2350902

Please sign in to comment.