Skip to content

Commit 0e8021f

Browse files
authored
sync: update mage-x to v1.18.1 and remove deprecated test action (#234)
1 parent 0b37927 commit 0e8021f

3 files changed

Lines changed: 6 additions & 392 deletions

File tree

.github/.env.base

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
235235
# 🪄 MAGE-X CONFIGURATION
236236
# ================================================================================================
237237

238-
MAGE_X_VERSION=v1.18.0 # https://github.com/mrz1836/mage-x/releases
238+
MAGE_X_VERSION=v1.18.1 # https://github.com/mrz1836/mage-x/releases
239239
MAGE_X_USE_LOCAL=false # Use local version for development
240240
MAGE_X_CI_SKIP_STEP_SUMMARY=true # Skip duplicate test results in step summary (already in test validation summary)
241241
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
@@ -509,5 +509,10 @@ GO_BROADCAST_AI_RETRY_MAX_ATTEMPTS=3
509509
GO_BROADCAST_AI_RETRY_INITIAL_DELAY=1
510510
GO_BROADCAST_AI_RETRY_MAX_DELAY=10
511511

512+
# Error handling behavior
513+
# When true, AI failures will cause sync to fail with an error (shows which API key env var was used)
514+
# When false (default), AI failures silently fall back to static templates
515+
GO_BROADCAST_AI_FAIL_ON_ERROR=false
516+
512517
# Diff Debugging
513518
# GO_BROADCAST_DEBUG_DIFF_PATH=/tmp/debug-diff.txt

.github/actions/test-statistics/action.yml

Lines changed: 0 additions & 370 deletions
This file was deleted.

0 commit comments

Comments
 (0)