From bfd96644a67fb7454fc171f953264baeb18b7b5e Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Sat, 12 Aug 2023 19:34:18 +0100 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06d0f33..365623a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,6 +84,7 @@ commands: name: Run fastlane command to deploy to playstore command: | pwd + bundle install bundle exec fastlane deploy<< parameters.flavour >> - store_test_results: path: fastlane/report.xml