testing Woodpecker CI.
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-18 19:37:57 +00:00
parent e6e31e0cfe
commit d332dbaacd

9
.woodpecker.yaml Normal file
View File

@ -0,0 +1,9 @@
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- name: a-test-step
image: debian
commands:
- echo "Testing.."