Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi authored Apr 26, 2024
1 parent 98140f7 commit 6007f33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
--symlink tests/ --basetemp ~/temp
- name: Check miniwdl log in case of failure.
if: ${{ failure() }}
run: |
ls -ltra /home/runner/temp/*/
run: >-
# Get the last 1000 lines of the miniwdl log to catch the error.
bash -c 'tail -n 1000 /home/runner/temp/*/task.out'
bash -c 'tail -n 1000 /home/runner/temp/*/workflow.log'
- name: Check job stderr messages in case of failure
if: ${{ failure() }}
run: >-
Expand Down

0 comments on commit 6007f33

Please sign in to comment.