Skip to content

Commit

Permalink
Archive the cpanm logs if the previous step failed
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 8, 2020
1 parent 15396bd commit 60ebb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install CPAN modules
run: cpanm --installdeps .
- name: Archive CPAN logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: cpan_log
Expand Down

0 comments on commit 60ebb8b

Please sign in to comment.