diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index 210b99e..65dd810 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -14,5 +14,5 @@ steps: - cpanm Dist::Zilla Carton - carton install --cpanfile cpanfile.ci --cached || carton install --cpanfile cpanfile.ci --cached - dzil authordeps --missing | xargs cpanm - - dzil list --missing | xargs cpanm + - dzil listdeps --missing | xargs cpanm - dzil test \ No newline at end of file