2024-05-24 13:11:19 +00:00
|
|
|
steps:
|
2024-05-24 14:27:54 +00:00
|
|
|
- name: file_operations
|
2024-05-24 13:06:34 +00:00
|
|
|
image: ubuntu
|
|
|
|
commands:
|
2024-05-24 14:27:54 +00:00
|
|
|
- echo "Starting file operations tests"
|
|
|
|
- ./file_operations.sh
|
|
|
|
- echo "File operations tests complete"
|
2024-05-24 13:28:35 +00:00
|
|
|
when:
|
2024-05-24 13:25:20 +00:00
|
|
|
branch:
|
|
|
|
- master
|
|
|
|
- main
|
|
|
|
event:
|
|
|
|
- push
|
|
|
|
- pull_request
|
2024-05-24 13:28:35 +00:00
|
|
|
|