Skip to content

Commit

Permalink
Merge f006799 into 1259798
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
2 parents 1259798 + f006799 commit 191bb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
perl-version: ${{ matrix.perl }}
- run: perl -V
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: cpanm -n --installdeps .
- run: prove -lv t
- name: Archive CPAN logs on Windows
Expand All @@ -51,7 +51,7 @@ jobs:
container: davorg/perl-coveralls:latest
name: Test coverage
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install modules
run: cpanm -n --installdeps .
- name: Coverage
Expand Down

0 comments on commit 191bb2b

Please sign in to comment.