Skip to content

Commit

Permalink
Try to debu why github actions is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 8, 2020
1 parent 255f357 commit 798d1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- run: perl -V
- name: Install Dependencies
run: |
cpanm -iqn File::Spec ExtUtils::MakeMaker
cpanm -iqn File::Spec ExtUtils::MakeMaker LWP::Simple
cpanm -iqn Locale::Country Test::Pod::Spelling::CommonMistakes FCGI::Buffer Log::WarnDie B::Lint warnings::unused
cpanm -iq --installdeps --notest .
cpanm -i -v --installdeps --notest .
- name: Run Tests
run: |
prove -l t
Expand Down

0 comments on commit 798d1c8

Please sign in to comment.