Skip to content

Commit

Permalink
Small improvements to Full Tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex committed Sep 14, 2024
1 parent 47e2cec commit 8d71c6d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
cpanm --notest \
https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.50.tar.gz \
https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302203.tar.gz
run: cpanm --notest App::Prove Test::More
- run: prove -lv
all-os:
# Uses the Perl that comes preinstalled on all GH Action runners
Expand All @@ -60,9 +57,9 @@ jobs:
image: ghcr.io/haukex/docker-perl-author-tests:v1.0
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cpanm namespace::clean Moo Type::Tiny
- name: Tests and author tests
run: |
cpanm namespace::clean Moo Type::Tiny
prove -lv t xt
run: prove -lv t xt
- name: Coverage
run: perl Makefile.PL && make authorcover

0 comments on commit 8d71c6d

Please sign in to comment.