We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df2a44 commit 93b1260Copy full SHA for 93b1260
1 file changed
.github/workflows/ci-linux.yaml
@@ -21,23 +21,23 @@ jobs:
21
- '5.26'
22
- '5.28'
23
- '5.30'
24
- name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
+ name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
25
steps:
26
- uses: actions/checkout@v2
27
- uses: shogo82148/actions-setup-perl@v1
28
+ with:
29
+ perl-version: ${{ matrix.perl }}
30
- name: perl -V
31
run: perl -V
32
- name: Set up perl
- # with:
- # perl-version: ${{ matrix.perl }}
33
run: |
34
cpanm --with-develop --installdeps .
35
perl Build.PL
36
./Build build
37
- name: Run tests
38
39
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
40
- - name: Upload coverage to Codecov
+ - name: Upload coverage to ☂️ Codecov
41
uses: codecov/codecov-action@v2
42
if: matrix.perl == '5.30'
43
with:
0 commit comments