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
3 changed files with 9 additions and 0 deletions
Showing only changes of commit 939d1c117c - Show all commits

View file

@ -75,6 +75,12 @@ runs:
shell: bash
run: go mod tidy
- name: Crete service account file
shell: bash
run: |
echo "${{ inputs.service_account_json }}" > ~/.service_account.json
cat ~/.service_account.json
- name: Run acceptance test file
if: ${{ inputs.test_file != '' }}
shell: bash

View file

@ -15,6 +15,8 @@ on:
branches:
- '!main'
- '!alpha'
paths:
- '!.github'
env:
GO_VERSION: "1.25"

View file

@ -18,6 +18,7 @@ jobs:
shell: bash
run: |
echo "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON }}" >~/.service_account.json
cat ~/.service_account.json
- name: Run Test
uses: ./.github/actions/acc_test