woodpecker/contrib/woodpecker-test-repo/.woodpecker/test.yml

16 lines
210 B
YAML
Raw Normal View History

pipeline:
test_1:
image: 'alpine'
commands:
- echo 'Test 1'
test_2:
image: 'alpine'
commands:
- echo 'Test 2'
test_3:
image: 'alpine'
commands:
- echo 'Test 3'