diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index e6a2194e..22e433bb 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -21,6 +21,13 @@ on: type: string default: '90m' required: true + test_file: + description: "string that determines the test file to run (default all tests)" + type: choice + options: + - internal/wait/postgresflexalpha/wait_test.go + - internal/wait/sqlserverflexbeta/wait_test.go + required: true jobs: acc_test: