Skip to content

Commit

Permalink
Use cpm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arodland committed Jul 12, 2020
1 parent e8f0cb0 commit d4e74a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ jobs:
with:
perl-version: ${{ matrix.perl }}
- run: perl -V
- run: cpanm --installdeps .
- name: install deps
uses: perl-actions/[email protected]
with:
cpanfile: "cpanfile"
sudo: false
- run: prove -lv t

0 comments on commit d4e74a8

Please sign in to comment.