github.com/facebookincubator/ttpforge@v1.0.13-0.20240405153150-5ae801628835/cmd/test-resources/repos/test-repo/ttps/args/path/without-path.yaml (about)

     1  name: Testing Path Type Arguments - Failure
     2  description: |
     3    This TTP powers the test case
     4    "Argument with `type: path` - Should Fail"
     5    in `cmd/run_test.go`
     6  args:
     7    - name: target_path
     8      description: |
     9        If a valid relative path is provided for this argument, the TTP
    10        will still fail because it will run from the TTP's configuration
    11        directory and that path won't exist there
    12  steps:
    13    - name: cat_target_path
    14      inline: cat {{.Args.target_path}}