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 e43c619 commit bb53aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
--symlink tests/ --basetemp ~/temp
- name: Check miniwdl log in case of failure.
if: ${{ failure() }}
run: ls -ltra /home/runner/temp/*
# Get the last 1000 lines of the miniwdl log to catch the error.
run: bash -c 'tail -n 1000 /home/runner/temp/*/task.out'
- name: Check job stderr messages in case of failure
Expand Down

0 comments on commit bb53aed

Please sign in to comment.