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-09 16:39:14 +01:00
parent b6a66358d9
commit 73e7e9e6b0

View file

@ -66,10 +66,10 @@ runs:
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.2
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.24.0
- name: Prepare pkg_gen directory
shell: bash
run: |
go run generator/main.go build -p
# - name: Prepare pkg_gen directory
# shell: bash
# run: |
# go run generator/main.go build -p
- name: Run acceptance test file
if: ${{ inputs.test_file != '' }}