github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/functests/f0018.yml (about)

     1  goal:
     2    - to test dry run and validation
     3    - validation is to do a dry run so that it fails fast before the real execution
     4  
     5  tasks:
     6    -
     7      name: task
     8      task:
     9        -
    10          func: shell-wrong-name1
    11          do:
    12            - echo "exec task step1"
    13  
    14        -
    15          func: shell
    16          do:
    17            - echo "exec task step2"