Skip to content

Commit

Permalink
Add more CPAN prereqs in
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Ferguson committed Oct 15, 2024
1 parent 17bd949 commit bd5aba7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dzil_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,20 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Amend PATH
run: |
echo "${GITHUB_WORKSPACE}/t/bin" >> $GITHUB_PATH
run: echo "${GITHUB_WORKSPACE}/t/bin" >> $GITHUB_PATH
- name: Current env
run: env
- name: Perl info
run: perl -V
- name: CPAN modules
- name: CPAN test modules
run: cpanm -n Pod::Coverage::TrustPod Test::Perl::Critic Test::Pod::Coverage Test::Pod Test::Trap
- name: CPAN build modules
run: cpanm -n Tk X11::Protocol X11::Protocol::Other
- name: Initial Build
run: perl Build.PL
- name: Build the MANIFEST
run: perl Build manifest
- name: Regular tests
- name: Test suite
if: ${{ !matrix.coverage }}
run: perl Build test
env:
Expand Down

0 comments on commit bd5aba7

Please sign in to comment.