chore: enable wp
ci/woodpecker/pr/demo Pipeline was successful Details
ci/woodpecker/push/demo Pipeline was successful Details
ci/woodpecker/pr/test Pipeline failed Details
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2023-12-07 16:01:30 +01:00
parent c2d6e96c67
commit fabb1cba0c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 25 additions and 0 deletions

6
.woodpecker/demo.yml Normal file
View File

@ -0,0 +1,6 @@
---
steps:
demo:
image: "alpine"
commands:
- echo 'Demo'

19
.woodpecker/test.yml Normal file
View File

@ -0,0 +1,19 @@
---
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