File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ jobs:
2121 - ' 5.26'
2222 - ' 5.28'
2323 - ' 5.30'
24- name : Perl ${{ matrix.perl }} on ${{ matrix.os }}
24+ name : 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
2525 steps :
2626 - uses : actions/checkout@v2
2727 - uses : shogo82148/actions-setup-perl@v1
28+ with :
29+ perl-version : ${{ matrix.perl }}
2830 - name : perl -V
2931 run : perl -V
3032 - name : Set up perl
31- # with:
32- # perl-version: ${{ matrix.perl }}
3333 run : |
3434 cpanm --with-develop --installdeps .
3535 perl Build.PL
3636 ./Build build
3737 - name : Run tests
3838 run : |
3939 TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
40- - name : Upload coverage to Codecov
40+ - name : Upload coverage to ☂️ Codecov
4141 uses : codecov/codecov-action@v2
4242 if : matrix.perl == '5.30'
4343 with :
You can’t perform that action at this time.
0 commit comments