Skip to content

Commit

Permalink
continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 14, 2024
1 parent bf96224 commit 9dbc789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: install-with-cpanm
uses: perl-actions/install-with-cpanm@v1
continue-on-error: true
with:
install: |
Regexp::Common
Expand All @@ -45,15 +46,14 @@ jobs:
HTTP::Tiny
Test::File::ShareDir
Test::Output
Test::Exception
Net::IDN::Encode
CGI
XML::Validator::Schema
Net::DNS::Resolver::Mock
sudo: false

- run: perl Makefile.PL
if: always()

- name: Run CI Tests
run: make test
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
HTTP::Tiny
Test::File::ShareDir
Test::Output
Test::Exception
Net::IDN::Encode
CGI
XML::Validator::Schema
Test::Exception
Devel::Cover::Report::Coveralls
Net::DNS::Resolver::Mock
sudo: false
Expand Down

0 comments on commit 9dbc789

Please sign in to comment.