Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 25, 2024
1 parent a015a9e commit 75367a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: >-
pytest --keep-workflow-wd-on-fail --git-aware
--symlink tests/ --basetemp ~/temp
ls -ltr ~/temp/*
- name: Check files
run: ls -ltr ~/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 75367a1

Please sign in to comment.