From 649d7af811b7d0e17963605d18003a5f7c2ebab5 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 5 Aug 2023 12:02:53 +0100 Subject: [PATCH] Local testing --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 275f516..aa41d2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,6 +128,7 @@ commands: - run: name: Run fastlane command to deploy to playstore command: | + pwd bundle exec fastlane deploy<< parameters.flavour >> - store_test_results: path: fastlane/report.xml