From 9c4a819668a824df384ad6a4d372369f5760b207 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Thu, 26 Mar 2026 15:00:42 +0100 Subject: [PATCH] chore: modify test action [skip ci] --- .github/workflows/tf-acc-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index 22e433bb..1ce8f11f 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -64,6 +64,7 @@ jobs: tf_acc_kek_service_account: ${{ vars.TF_ACC_KEK_SERVICE_ACCOUNT }} tf_debug: ${{ inputs.enable_debug }} test_timeout_string: ${{ inputs.test_timeout_string }} + test_file: ${{ inputs.test_file }} - name: Run Test (automatic) if: ${{ github.event_name != 'workflow_dispatch' }}