test/.woodpecker/test.yml
Robert Kaussow 2a5945de3e
All checks were successful
ci/woodpecker/push/demo Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
chore: enable wp (#4)
Reviewed-on: #4
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
2023-12-07 16:04:32 +01:00

26 lines
370 B
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
test_1:
image: "alpine"
commands:
- echo 'Test 1'
- sleep 10
test_2:
image: "alpine"
commands:
- echo 'Test 2'
- sleep 5
test_3:
image: "alpine"
commands:
- echo 'Test 3'
- sleep 5