Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Aug 21, 2021
1 parent 0bbfc08 commit 6fbf5ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/perltest.yml
Expand Up @@ -23,13 +23,7 @@ jobs:
perl-version: ${{ matrix.perl }}
- run: 'echo "user DUMMYUSER" > $HOME/.pause'
- 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
- 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 6fbf5ab

Please sign in to comment.