trueskill/.woodpecker.yml

15 lines
322 B
YAML
Raw Normal View History

2024-02-01 07:51:06 +00:00
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
- vendor/bin/phpunit tests --no-coverage