From 50c44c75aeee8b714ccaca61a434f3553242d2c8 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Tue, 10 Mar 2026 16:14:24 +0100 Subject: [PATCH] fix: tf acc test pipeline --- .github/actions/acc_test/action.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/acc_test/action.yaml b/.github/actions/acc_test/action.yaml index e467682c..ae4c5ccb 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -130,6 +130,11 @@ runs: shell: bash run: | set -e + set -x + + export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' + + jsonFileContent="${{ inputs.service_account_json_content }}" jsonFile="${{ inputs.service_account_json_file_path }}" jsonFile="${jsonFile:-x}"