Skip to content

Commit

Permalink
Look into coveralls failures
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 5, 2024
1 parent b4a9a7f commit c4b9477
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
# - run: cpanm --quiet --notest --installdeps .
# - run: cpanm --quiet --notest App::Yath Devel::Cover Devel::Cover::Report::Coveralls UUID
# - run: PERL5OPT="-MDevel::Cover" yath test --qvf t/
- name: Install Programs
run: |
apt-get update
apt-get -y upgrade
apt-get -y install liblwp-protocol-https-perl cpanminus libhtml-parser-perl
- name: Install Dependencies
run: |
cpanm --quiet --notest --installdeps .
Expand Down

0 comments on commit c4b9477

Please sign in to comment.