1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00
Files
task/testdata/exit_immediately/Taskfile.yml
2024-11-07 13:25:59 -03:00

7 lines
90 B
YAML

version: '3'
tasks:
default: |
this_should_fail
echo "This shouldn't be print"