props/.woodpecker.yaml
Harrison Deng d332dbaacd
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ydeng/props/pipeline/head There was a failure building this commit
testing Woodpecker CI.
2024-07-18 19:37:57 +00:00

9 lines
171 B
YAML

steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- name: a-test-step
image: debian
commands:
- echo "Testing.."