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
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:
parent
939d1c117c
commit
ad463ebad4
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tf-acc-test.yaml
vendored
6
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue