fix: fix tf acc test pipeline
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / Prepare GO cache (pull_request) Successful in 5m24s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 12m55s
CI Workflow / CI run build and linting (pull_request) Successful in 14m4s
CI Workflow / Code coverage report (pull_request) Successful in 15s
CI Workflow / CI run tests (pull_request) Failing after 18m17s

This commit is contained in:
Marcel S. Henselin 2026-03-10 09:14:33 +01:00
parent 939d1c117c
commit ad463ebad4

View file

@ -17,8 +17,10 @@ jobs:
- name: Create service account json file
shell: bash
run: |
echo "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON }}" >~/.service_account.json
cat ~/.service_account.json
set -e
mkdir ~/.stackit
echo "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON }}" >~/.stackit/credentials.json
cat ~/.stackit/credentials.json
- name: Run Test
uses: ./.github/actions/acc_test