Skip to content

Commit 93b1260

Browse files
committed
Fix perl matrix testing
1 parent 9df2a44 commit 93b1260

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)