Skip to content

Commit

Permalink
some CI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Feb 22, 2021
1 parent e1dd757 commit ce0092b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.32'
- "5.32"
- "5.30"
- "5.28"
- "5.26"
Expand Down Expand Up @@ -158,8 +158,8 @@ jobs:
echo Start testing $module
date
set -x
cpanm --notest $module
cpanm --verbose --test-only $module
cpanm --notest --installdeps $module
cpanm --verbose $module
echo Finish testing $module
echo "==================="
done
Expand Down Expand Up @@ -220,6 +220,6 @@ jobs:
- name: Install Module on Linux and OSX
if: ${{ ! startsWith( matrix.runner, 'windows-' ) }}
run: |
cpanm Test-Class-*.tar.gz
cpanm --verbose Test-Class-*.tar.gz
perl -MTest::Class -e 'print qq{$Test::Class::VERSION\n}'

0 comments on commit ce0092b

Please sign in to comment.