- Tests updated and yml updated

Took 1 hour 2 minutes
This commit is contained in:
2023-03-15 16:23:54 +00:00
parent b897ed9b61
commit 8503d0d2b5
4 changed files with 52 additions and 15 deletions

View File

@@ -62,6 +62,15 @@ jobs:
- store_artifacts:
path: app/build/reports/androidTests/connected
destination: reports
# Then publish the artifacts of the Firebase emulator logs!
- run:
name: save firebase emulator logs
command: |
mkdir -p /tmp/firebase_logs
cp *.log /tmp/firebase_logs
- store_artifacts:
path: /tmp/firebase_logs
destination: logs
# Then publish the results of the Instrumentation tests!
- store_test_results:
path: app/build/outputs/androidTest-results/connected