woodpecker/.woodpecker.yml

15 lines
235 B
YAML
Raw Normal View History

2024-05-24 13:11:19 +00:00
steps:
- name: test
2024-05-24 13:06:34 +00:00
image: ubuntu
commands:
- echo "Running tests"
- uname -a
- echo "Test complete"
when:
branch:
- master
- main
event:
- push
- pull_request