fix: fix tf acc test pipeline
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Has been cancelled
CI Workflow / Prepare GO cache (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / CI run tests (pull_request) Has been cancelled
CI Workflow / CI run build and linting (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled

This commit is contained in:
Marcel S. Henselin 2026-03-10 10:19:40 +01:00
parent ad463ebad4
commit aa1cfaf5b0

View file

@ -24,6 +24,8 @@ jobs:
- name: Run Test
uses: ./.github/actions/acc_test
env:
TF_ACC_SERVICE_ACCOUNT_FILE: ~/.stackit/credentials.json
with:
go-version: ${{ env.GO_VERSION }}
project_id: ${{ vars.TEST_PROJECT_ID }}