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