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 6 additions and 2 deletions
Showing only changes of commit 996523df38 - Show all commits

View file

@ -140,8 +140,8 @@ func TestAccInstance(t *testing.T) {
updSizeData := exData
updSizeData.Size = 25
updBackupSched := exData
updBackupSched.BackupSchedule = "30 3 5 * *"
updBackupSched := updSizeData
updBackupSched.BackupSchedule = "30 3 * * *"
/*
{

View file

@ -127,6 +127,10 @@ func TestMshTest(t *testing.T) {
},
)
if _, ok := os.LookupEnv("TF_ACC_SERVICE_ACCOUNT_FILE"); !ok {
t.Skipf("TF_ACC_SERVICE_ACCOUNT_FILE is missing")
}
test.Test(
t, test.TestCase{
IsUnitTest: true,