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

     1  
     2  tasks:
     3  
     4    -
     5      name: task_a
     6      task:
     7        -
     8          func: shell
     9          do:
    10            - echo "task_a_step1"
    11    -
    12      name: task_c
    13      task:
    14        -
    15          func: shell
    16          do:
    17            - echo "task_c_step1"