Skip to content

Commit

Permalink
show cpm build log on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Feb 23, 2024
1 parent ff143dd commit fcafed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: generate dep prereqs
run: perl -Ixt -MDepReqs -e 'DepReqs->run'
- name: install dep prereqs
run: cpm install -g --cpanfile xt/cpanfile
run: cpm install -g --cpanfile xt/cpanfile --show-build-log-on-failure
- name: Test Dependents
env:
TEST_DEPENDENTS: 1
Expand Down

0 comments on commit fcafed0

Please sign in to comment.