Skip to content

Commit

Permalink
only cat log on failure in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Dec 27, 2024
1 parent fa8422f commit d7a0903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# GLUON_ANDROID_KEYALIAS_PASSWORD: ${{ secrets.GLUON_ANDROID_KEYALIAS_PASSWORD }}

- name: Cat log
if: always()
if: failure()
run: cat /home/runner/work/mobile/mobile/target/gluonfx/log/process-package*.log

# Create staging directory in which the apk will be copied
Expand Down

0 comments on commit d7a0903

Please sign in to comment.