diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index 24eef96..52ef0db 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -7,7 +7,10 @@ matrix: - "-threaded" steps: - generate: + test: image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports" commands: - - env \ No newline at end of file + - cpanm --verbose Dist::Zilla + - dzil authordeps | xargs cpanm --verbose + - dzil listdeps | xargs cpanm --verbose + - dzil test \ No newline at end of file