woodpecker/.woodpecker.yml
archos 27331627cc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add custom test script to Woodpecker CI configuration
2024-05-24 15:43:42 +02:00

17 lines
264 B
YAML

steps:
- name: test
image: ubuntu
commands:
- echo "Running tests"
- uname -a
- echo "Test complete"
- ./ubuntu_docker.sh
when:
branch:
- master
- main
event:
- push
- pull_request