mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Correct perl docker tags for devel and latest
This commit is contained in:
parent
bcd527e865
commit
17bd949e14
1 changed files with 10 additions and 11 deletions
21
.github/workflows/dzil_tester.yml
vendored
21
.github/workflows/dzil_tester.yml
vendored
|
@ -13,7 +13,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
perl-version:
|
perl-version:
|
||||||
- '5.41'
|
- 'devel'
|
||||||
|
- 'latest'
|
||||||
- '5.40'
|
- '5.40'
|
||||||
- '5.38'
|
- '5.38'
|
||||||
- '5.36'
|
- '5.36'
|
||||||
|
@ -45,23 +46,21 @@ jobs:
|
||||||
run: env
|
run: env
|
||||||
- name: Perl info
|
- name: Perl info
|
||||||
run: perl -V
|
run: perl -V
|
||||||
|
- name: CPAN modules
|
||||||
|
run: cpanm -n Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
|
||||||
|
- name: Initial Build
|
||||||
|
run: perl Build.PL
|
||||||
|
- name: Build the MANIFEST
|
||||||
|
run: perl Build manifest
|
||||||
- name: Regular tests
|
- name: Regular tests
|
||||||
if: ${{ !matrix.coverage }}
|
if: ${{ !matrix.coverage }}
|
||||||
run: |
|
run: perl Build test
|
||||||
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
|
|
||||||
perl Build.PL
|
|
||||||
perl Build manifest
|
|
||||||
perl Build test
|
|
||||||
env:
|
env:
|
||||||
RELEASE_TESTING: 1
|
RELEASE_TESTING: 1
|
||||||
AUTHOR_TESTING: 1
|
AUTHOR_TESTING: 1
|
||||||
- name: Coverage tests
|
- name: Coverage tests
|
||||||
if: ${{ matrix.coverage }}
|
if: ${{ matrix.coverage }}
|
||||||
run: |
|
run: perl Build test
|
||||||
cpanm -n -f Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
|
|
||||||
perl Build.PL
|
|
||||||
perl Build manifest
|
|
||||||
perl Build test
|
|
||||||
env:
|
env:
|
||||||
COVERAGE: 1
|
COVERAGE: 1
|
||||||
RELEASE_TESTING: 1
|
RELEASE_TESTING: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue