1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-11 07:01:17 +00:00
woodpecker/contrib/woodpecker-test-repo/.woodpecker/test.yml

15 lines
207 B
YAML

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'