From 9015e9d6c67e9e7bcd5e1c1f7332e61ebfade18b Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 4 Aug 2023 21:35:38 +0100 Subject: [PATCH] Local testing --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b2a43e..54d086e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,6 +129,8 @@ commands: name: Run fastlane command to deploy to playstore command: | bundle exec fastlane deploy<< parameters.flavour >> + - store_test_results: + path: fastlane/report.xml # Define a job to be invoked later in a workflow. # See: https://circleci.com/docs/2.0/configuration-reference/#jobs jobs: