fix: builder and sdk changes #81
1 changed files with 4 additions and 4 deletions
8
.github/actions/acc_test/action.yaml
vendored
8
.github/actions/acc_test/action.yaml
vendored
|
|
@ -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 != '' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue