We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b756e26 commit b87efd5Copy full SHA for b87efd5
.github/workflows/perltest.yml
@@ -27,8 +27,8 @@ jobs:
27
with:
28
perl-version: ${{ matrix.perl }}
29
- run: perl -V
30
- - run: cpanm File::ShareDir::Install
31
- - run: cpanm --installdeps .
+ - run: cpanm --notest File::ShareDir::Install
+ - run: cpanm --notest --installdeps .
32
- run: prove -lv t
33
- name: Archive CPAN logs on Windows
34
if: ${{ failure() }} && runner.os == 'Windows'
0 commit comments