fix(actions): remove continue-on-error flag from macOS build workflow to ensure build failures are reported

This commit is contained in:
Ozgur 2025-04-15 01:59:51 +02:00
parent a41aa15f3e
commit 3f750c5838
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546

View File

@ -110,7 +110,6 @@ jobs:
# Build for macOS - use your own build script or create a test app if needed
- name: Build for macOS
id: build-app
continue-on-error: true # Continue even if build fails, to collect debug info
run: |
if [ -f "./scripts/mac_build.sh" ]; then
echo "🔨 Running mac_build.sh and capturing output to build_log.txt..."