Skip to content

Commit

Permalink
Remove verbose testing on Strawberry
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 24, 2023
1 parent f8f10e7 commit a30ad77
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/strawberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
- run: perl -V
- name: Install Dependencies
run: |
cpanm -iqn --skip-satisfied File::Spec ExtUtils::MakeMaker Devel::Cover::Report::Codecov Test::Harness
cpanm -iqn --skip-satisfied Test::Script Test::Portability::Files Test::Taint Test::Carp Test::Compile Test::Pod::Coverage LWP::UserAgent
cpanm -iqn --skip-satisfied File::Spec ExtUtils::MakeMaker Test::Harness
cpanm -iqn --skip-satisfied Test::Script Test::Taint Test::Carp Test::Compile Test::Pod::Coverage LWP::UserAgent
cpanm -iqn --skip-satisfied --installdeps --notest .
- name: Run Tests
run: prove -lv t
run: prove -l t
env:
AUTHOR_TESTING: 1
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
AUTOMATIC_TESTING: 1

0 comments on commit a30ad77

Please sign in to comment.