From 6de8c5ee962c4a0a27a691926dcce8e8c8567214 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 13 Mar 2026 19:37:06 +0100 Subject: [PATCH] fix: adjust acceptance test action [skip ci] --- .github/workflows/ci_new.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_new.yaml b/.github/workflows/ci_new.yaml index 355cdd5f..9ff6a379 100644 --- a/.github/workflows/ci_new.yaml +++ b/.github/workflows/ci_new.yaml @@ -221,6 +221,7 @@ jobs: - name: Testing if: ${{ github.event_name != 'pull_request' }} run: | + unset TF_ACC TF_ACC_SERVICE_ACCOUNT_FILE=~/.service_account.json export TF_ACC_SERVICE_ACCOUNT_FILE make test @@ -228,6 +229,7 @@ jobs: - name: Testing with coverage if: ${{ github.event_name == 'pull_request' }} run: | + unset TF_ACC TF_ACC_SERVICE_ACCOUNT_FILE=~/.service_account.json export TF_ACC_SERVICE_ACCOUNT_FILE make coverage