fix: builder and sdk changes #81

Merged
marcel.henselin merged 85 commits from chore/update_goreleaser into alpha 2026-03-11 13:13:46 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 3b30ca1cd7 - Show all commits

View file

@ -71,6 +71,10 @@ runs:
# run: |
# go run generator/main.go build -p
- name: Run go mod tidy
shell: bash
run: go mod tidy
- name: Run acceptance test file
if: ${{ inputs.test_file != '' }}
shell: bash

View file

@ -14,6 +14,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Create service account json file
shell: bash
run: |
echo "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON }}" >~/.service_account.json
- name: Run Test
uses: ./.github/actions/acc_test
with: