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 4eeae0e commit db74aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check miniwdl log in case of failure.
if: ${{ failure() }}
run: |
ls -ltra /home/runner/temp/*
ls -ltra /home/runner/temp/test-output/*
# Get the last 1000 lines of the miniwdl log to catch the error.
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 db74aee

Please sign in to comment.