woodpecker/contrib/woodpecker-test-repo/.woodpecker/test.yaml

16 lines
207 B
YAML
Raw Normal View History

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