fix: adjust acceptance test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-13 19:37:06 +01:00
parent de2a9e2ea8
commit 6de8c5ee96

View file

@ -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