Skip to content

Commit

Permalink
fix help formatting (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth authored Nov 6, 2023
1 parent 64a1373 commit f86826a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/handler-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
> | /test <all\|test case name...> [destroy=false] | Run the Terraform test workflow on the modules in the tests/ directory. Unnamed arguments can be "all" to run all test cases or specific test case names to only run selected cases. The named argument "destroy=false" will disable the destruction of test infrastructure for debugging purposes. |
> | /destroy <all\|test case name...> | Destroy any resources that may still be in Terraform state from previous tests. Unnamed arguments can be "all" to destroy all resources from all test cases or specific test case names to only destroy selected test case resources. |
> | /help | Shows this help message |
> |
> | ## Test Case Names
> |
> | ### FDO
> | * active-active-rhel7-proxy
> | * private-active-active
> | * private-tcp-active-active
> | * public-active-active
> | * standalone-vault
> |
> | ### Replicated
> | * active-active-rhel7-proxy-replicated
> | * private-active-active-replicated
> | * private-tcp-active-active-replicated
> | * public-active-active-replicated
> | * standalone-vault-replicated
>
> ## Test Case Names
>
> ### FDO
> * active-active-rhel7-proxy
> * private-active-active
> * private-tcp-active-active
> * public-active-active
> * standalone-vault
>
> ### Replicated
> * active-active-rhel7-proxy-replicated
> * private-active-active-replicated
> * private-tcp-active-active-replicated
> * public-active-active-replicated
> * standalone-vault-replicated
reactions: confused

0 comments on commit f86826a

Please sign in to comment.