From 73e7e9e6b09f13986859cc8beede82c570558860 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Mon, 9 Mar 2026 16:39:14 +0100 Subject: [PATCH] fix: fix tf acc test pipeline --- .github/actions/acc_test/action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/acc_test/action.yaml b/.github/actions/acc_test/action.yaml index 3016292d..dce9381b 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -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 != '' }}