diff --git a/.github/workflows/handler-help.yml b/.github/workflows/handler-help.yml index 7735d83f..d006b6da 100644 --- a/.github/workflows/handler-help.yml +++ b/.github/workflows/handler-help.yml @@ -24,20 +24,20 @@ jobs: > | /test [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 | 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 - > | * private-active-active - > | * private-tcp-active-active - > | * public-active-active - > | * standalone-mounted-disk - > | * standalone-external-rhel8-worker - > | - > | ### Replicated - > | * private-active-active-replicated - > | * private-tcp-active-active-replicated - > | * public-active-active-replicated - > | * standalone-mounted-disk-replicated - > | * standalone-external-rhel8-worker-replicated + > + > ## Test Case Names + > + > ### FDO + > * private-active-active + > * private-tcp-active-active + > * public-active-active + > * standalone-mounted-disk + > * standalone-external-rhel8-worker + > + > ### Replicated + > * private-active-active-replicated + > * private-tcp-active-active-replicated + > * public-active-active-replicated + > * standalone-mounted-disk-replicated + > * standalone-external-rhel8-worker-replicated reactions: confused