Skip to content

Commit

Permalink
Try to debug missing IO::Interactive dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Aug 21, 2021
1 parent 3bc20ed commit 5a92f37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/perltest.yml
Expand Up @@ -25,6 +25,10 @@ jobs:
- run: 'echo "" > $HOME/pmversions.ini'
# - run: cpanm --notest Dist::Zilla IO::Interactive Pod::Weaver::PluginBundle::Author::PERLANCAR || { cat ~/.cpanm/build.log ; false ; }
- run: cpanm --notest Dist::Zilla || { cat $HOME/.cpanm/build.log ; false ; }
- run: dzil authordeps
- run: dzil authordeps --missing
- run: dzil authordeps --missing | cpanm --notest || { cat $HOME/.cpanm/build.log ; false ; }
- run: dzil listdeps --author
- run: dzil listdeps --author --missing
- run: dzil listdeps --author --missing | cpanm --notest || { cat $HOME/.cpanm/build.log ; false ; }
- run: dzil test

0 comments on commit 5a92f37

Please sign in to comment.