openai-async/.woodpecker/author-tests.yaml
Ryan Voots 7b5ac0d3fd
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
Depends_on is too strong it seems
2023-11-21 12:59:02 -05:00

15 lines
No EOL
337 B
YAML

matrix:
PERL_VERSION:
- 5.36
- 5.38
THREADS:
- ""
- "-threaded"
steps:
test:
image: "gitea.simcop2387.info/simcop2387/openai-async-test-images:perl-${PERL_VERSION}${THREADS}"
commands:
- dzil authordeps --missing | xargs cpanm
- dzil listdeps --missing | xargs cpanm
- dzil test