fix: Add pipefail option to compilation check for better error handling

This commit is contained in:
Achintha Isuru
2026-02-20 01:47:47 -05:00
parent 518991f895
commit 50309bfb39

View File

@@ -88,6 +88,8 @@ jobs:
- name: 🔨 Run compilation check
run: |
set -o pipefail
echo "🏗️ Building client app for Android (dev mode)..."
if ! make mobile-client-build PLATFORM=apk MODE=debug 2>&1 | tee client_build.txt; then
echo ""