ringbuf/.woodpecker/test.yaml
Imbus b26ceeb8fe
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Noconfirm
2024-12-25 19:39:17 +01:00

17 lines
336 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: debian
commands:
- apt update
- apt install libcmocka-dev -y
- echo "echo hello" > executable.sh
- chmod +x executable.sh
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable.sh