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 8f94bfb commit 3cd1134
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 @@ -156,7 +156,8 @@ jobs:
env | grep '^JAVA'
touch emulator.log
chmod 770 emulator.log
adb logcat >> emulator.log &
adb logcat -c
adb logcat | grep 'rustls' | tee emulator.log &
./gradlew connectedDebugAndroidTest
- name: Upload Android test results
Expand All @@ -167,7 +168,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 3cd1134

Please sign in to comment.