mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
- lowered espresso version
Took 12 minutes
This commit is contained in:
@@ -62,18 +62,14 @@ jobs:
|
||||
- store_artifacts:
|
||||
path: app/build/reports/androidTests/connected
|
||||
destination: reports
|
||||
# Then publish the artifacts of output!
|
||||
- store_artifacts:
|
||||
path: app/build/outputs
|
||||
destination: outputs
|
||||
# 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
|
||||
mkdir -p tmp/firebase_logs
|
||||
cp *.log tmp/firebase_logs
|
||||
- store_artifacts:
|
||||
path: /tmp/firebase_logs
|
||||
path: tmp/firebase_logs
|
||||
destination: logs
|
||||
# Then publish the results of the Instrumentation tests!
|
||||
- store_test_results:
|
||||
|
||||
Reference in New Issue
Block a user