diff --git a/.github/actions/acc_test/action.yaml b/.github/actions/acc_test/action.yaml index 3a88b209..3990cee1 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -137,7 +137,7 @@ runs: shell: bash run: | set -e - set -x + set -o pipefail jsonFile="${{ inputs.service_account_json_file_path }}" jsonFile="${jsonFile:-x}" @@ -157,7 +157,7 @@ runs: shell: bash run: | set -e - set -x + set -o pipefail jsonFile="${{ inputs.service_account_json_file_path }}" jsonFile="${jsonFile:-x}"