chore: enable wp (#4)
ci/woodpecker/push/demo Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details

Reviewed-on: #4
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
Robert Kaussow 2023-12-07 16:04:32 +01:00 committed by Robert Kaussow
parent c2d6e96c67
commit 2a5945de3e
2 changed files with 37 additions and 0 deletions

12
.woodpecker/demo.yml Normal file
View File

@ -0,0 +1,12 @@
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
demo:
image: "alpine"
commands:
- echo 'Demo'

25
.woodpecker/test.yml Normal file
View File

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