trueskill/.woodpecker.yml
Jens True 23fc14af0a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Cleanup abstractions of "TestCase" class in unittest
2024-02-01 10:50:18 +00:00

23 lines
448 B
YAML

pipeline:
requirements:
image: composer
commands:
- composer install --no-dev
run:
image: php:cli-bookworm
commands:
- php examples/3teams.php
- php examples/basic.php
dependencies:
image: composer
commands:
- composer install
- composer analyze
test:
image: php:cli-bookworm
commands:
- vendor/bin/phpunit tests
# document:
# image: phpdoc/phpdoc
# commands:
# - phpdoc