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

     1  doc_meta: |
     2    folder: test-debug
     3    title: deactivated step
     4    head: |
     5      A step with a func could be temporarily deactivated by denoated using a extra x, so use dox instead of do
     6  
     7    sections:
     8      - title: Demo
     9        log: yes
    10  
    11  tasks:
    12    - name: task
    13      task:
    14        - func: cmd
    15          do:
    16            - name: print
    17              cmd: "step1"
    18  
    19        - func: cmd
    20          dox:
    21            - name: print
    22              cmd: "step2"
    23  
    24        - func: cmd
    25          do:
    26            - name: print
    27              cmd: "step3"
    28