We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814a5dc commit e65c276Copy full SHA for e65c276
.github/workflows/build_and_test.yml
@@ -60,7 +60,9 @@ jobs:
60
- name: Install packages
61
run: sudo apt-get install -y libmagic-dev mysql-server rsync aspell
62
- name: Install build dependencies
63
- run: cpanm --local-lib ${GITHUB_WORKSPACE}/local Dist::Zilla Perl::Critic Perl::Tidy Devel::Cover::Report::Coveralls Pod::Coverage::CountParents
+ run: cpanm --local-lib ${GITHUB_WORKSPACE}/local Dist::Zilla Perl::Critic Perl::Tidy
64
+ - name: Install coverage dependencies
65
+ run: cpanm --local-lib ${GITHUB_WORKSPACE}/local Devel::Cover::Report::Coveralls Pod::Coverage::CountParents
66
- name: Configure Dist::Zilla
67
run: |
68
mkdir ~/.dzil
0 commit comments