Skip to content

Commit

Permalink
drop! debug cpanm log
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Jan 5, 2025
1 parent 1acc282 commit 942880c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
restore-keys: cache-coverage-deps-${{ steps.perl.outputs.perl-hash }}-
- name: Install dependencies
run: cpanm --local-lib ${GITHUB_WORKSPACE}/local --installdeps --with-develop --with-all-features --with-recommends --with-suggests .
- name: Show cpanm build log upon failure
if: ${{ failure() }}
run: cat /home/runner/.cpanm/work/*/build.log
- name: Install coverage dependencies
run: cpanm --local-lib ${GITHUB_WORKSPACE}/local Devel::Cover::Report::Coveralls Pod::Coverage::CountParents
- name: Install App::cpanoutdated
Expand Down

0 comments on commit 942880c

Please sign in to comment.