Skip to content

Commit

Permalink
ci: Cat build.log after error
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Aug 23, 2023
1 parent 7df2793 commit 3a953c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ jobs:
- name: Build + Test
run: |
cip script
- name: Show Errors on Ubuntu
if: ${{ failure() }}
run: |
cip bash cat /home/cip/.cpanm/work/*/build.log

0 comments on commit 3a953c8

Please sign in to comment.