Skip to content

Commit b87efd5

Browse files
committed
Don't run tests on pre-req modules
1 parent b756e26 commit b87efd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perltest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
perl-version: ${{ matrix.perl }}
2929
- run: perl -V
30-
- run: cpanm File::ShareDir::Install
31-
- run: cpanm --installdeps .
30+
- run: cpanm --notest File::ShareDir::Install
31+
- run: cpanm --notest --installdeps .
3232
- run: prove -lv t
3333
- name: Archive CPAN logs on Windows
3434
if: ${{ failure() }} && runner.os == 'Windows'

0 commit comments

Comments
 (0)