Skip to content

Commit

Permalink
Fix Android CI log output and uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Mar 12, 2024
1 parent 05cafdf commit 44db639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ jobs:
env | grep '^JAVA'
touch emulator.log
chmod 770 emulator.log
adb logcat >> emulator.log &
adb logcat --clear
adb logcat | grep 'rustls' | tee emulator.log &
./gradlew connectedDebugAndroidTest
- name: Upload Android test results
Expand All @@ -171,7 +172,7 @@ jobs:
name: android-test-results
retention-days: 7
path: |
emulator.log
./android/emulator.log
/Users/runner/work/rustls-platform-verifier/rustls-platform-verifier/android/rustls-platform-verifier/build/outputs/androidTest-results/connected/test-result.pb
# TODO: Test iOS in CI too.
Expand Down

0 comments on commit 44db639

Please sign in to comment.