fix: fix tf acc test pipeline
Some checks failed
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
CI Workflow / Check GoReleaser config (pull_request) Has been cancelled
Some checks failed
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
CI Workflow / Check GoReleaser config (pull_request) Has been cancelled
This commit is contained in:
parent
1c756e3fe0
commit
3949ec9935
1 changed files with 1 additions and 1 deletions
2
.github/actions/acc_test/action.yaml
vendored
2
.github/actions/acc_test/action.yaml
vendored
|
|
@ -105,7 +105,7 @@ runs:
|
|||
- name: Crete service account file
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p dirname "$(realpath ${{ inputs.service_account_json_file_path }})"
|
||||
mkdir -p $(dirname "${{ inputs.service_account_json_file_path }}")
|
||||
echo "${{ inputs.service_account_json }}" > "${{ inputs.service_account_json_file_path }}"
|
||||
cat "${{ inputs.service_account_json_file_path }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue