Add woodpecker pipeline
This commit is contained in:
parent
c410843f5f
commit
9fb50fad23
14
.woodpecker.yaml
Normal file
14
.woodpecker.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Test
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- echo "Running tests..."
|
||||||
|
- sleep 1
|
||||||
|
- echo "Tests completed successfully!"
|
||||||
Loading…
x
Reference in New Issue
Block a user