fix: Add pipefail option to compilation check for better error handling
This commit is contained in:
2
.github/workflows/mobile-ci.yml
vendored
2
.github/workflows/mobile-ci.yml
vendored
@@ -88,6 +88,8 @@ jobs:
|
|||||||
|
|
||||||
- name: 🔨 Run compilation check
|
- name: 🔨 Run compilation check
|
||||||
run: |
|
run: |
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
echo "🏗️ Building client app for Android (dev mode)..."
|
echo "🏗️ Building client app for Android (dev mode)..."
|
||||||
if ! make mobile-client-build PLATFORM=apk MODE=debug 2>&1 | tee client_build.txt; then
|
if ! make mobile-client-build PLATFORM=apk MODE=debug 2>&1 | tee client_build.txt; then
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user