Skip to content

Commit

Permalink
Use the cpanfile in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Aug 13, 2024
1 parent fb42c66 commit 58c8c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:

- run: perl -V

# TODO It would be nice if we had a cpanfile.
- run: cpanm --notest --skip-satisfied Test::Simple~0.90
- run: cpanm --installdeps --notest --skip-satisfied .

- run: perl Makefile.PL

Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ on "build" => sub {
};

on "test" => sub {
requires "Test::More";
requires "Test::More" => "0.90"; # For done_testing()
};

0 comments on commit 58c8c39

Please sign in to comment.