From 62400e957b9afd7b71573d0817ab8eded4b5b655 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Wed, 15 Mar 2023 17:15:28 +0000 Subject: [PATCH] - update config.yml Took 21 minutes --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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