Skip to content

Commit

Permalink
CI: dump build log and fail
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 29, 2022
1 parent f652b3d commit 2cb6403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: matrix.release-test
shell: bash
run: |
$MYPERL -S cpanm --dev -n Test::HasVersion Test::Pod Test::Perl::Critic::Progressive Test::NoTabs Test::Strict || cat ~/.cpanm/build.log
$MYPERL -S cpanm --dev -n Test::HasVersion Test::Pod Test::Perl::Critic::Progressive Test::NoTabs Test::Strict || ( cat ~/.cpanm/build.log && false )
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
Expand Down

0 comments on commit 2cb6403

Please sign in to comment.