Updated config.yml

This commit is contained in:
2023-06-27 10:58:08 +01:00
parent a4ba656153
commit 551da15efa

View File

@@ -71,6 +71,10 @@ jobs:
- store_artifacts: - store_artifacts:
path: app/build/reports/androidTests/connected path: app/build/reports/androidTests/connected
destination: reports destination: reports
# store screenshots for failed ui tests
- store_artifacts:
path: screenshots
destination: screenshots
# Then publish the artifacts of the Firebase emulator logs! # Then publish the artifacts of the Firebase emulator logs!
- run: - run:
name: save firebase emulator logs name: save firebase emulator logs