From 5470106f8abf854b5c55a95135bec4224a7e2f80 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Thu, 26 Mar 2026 14:58:20 +0100 Subject: [PATCH] chore: modify test action [skip ci] --- .github/workflows/tf-acc-test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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: