diff --git a/.circleci/config.yml b/.circleci/config.yml index 91b4f01..6474609 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,6 +62,10 @@ 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