woodpecker/.woodpecker.yml
archos 13c753c575
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add complex file operations script for testing
2024-05-24 16:27:54 +02:00

16 lines
294 B
YAML

steps:
- name: file_operations
image: ubuntu
commands:
- echo "Starting file operations tests"
- ./file_operations.sh
- echo "File operations tests complete"
when:
branch:
- master
- main
event:
- push
- pull_request