We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a2565 commit bba5323Copy full SHA for bba5323
1 file changed
perl-module-ubuntu.yml
@@ -87,6 +87,10 @@ jobs:
87
- name: Install dependencies
88
run: |
89
cpanm --notest --installdeps --with-suggests --with-recommends .
90
+ - name: Show cpanm failures
91
+ if: ${{ failure() }}
92
+ run: |
93
+ cat /home/runner/.cpanm/work/*/build.log
94
- name: Run tests
95
96
perl Makefile.PL
0 commit comments