From 2dfb8c2acd67102292de552d34a4b6cc3666209f Mon Sep 17 00:00:00 2001 From: Sathurshan Date: Wed, 20 Mar 2024 17:05:45 +0530 Subject: [PATCH] some changes in ci config --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa097c10f..e608cb55a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -367,6 +367,12 @@ commands: working_directory: ios - save_cache: *save-gems-cache + create-maestro-config-file: + description: "Create Maestro config file" + steps: + - run: + command: | + echo "flows: \n - 'tests/assorted/*' \n - 'tests/onboarding/*' \n - 'tests/room/*' \n - 'tests/team/*'" > .maestro/config.yaml version: 2.1 @@ -539,6 +545,7 @@ jobs: - run: *install-npm-modules - save_cache: *save-npm-cache-linux - run: *install-maestro-cli + - create-maestro-config-file - run: mkdir ~/junit - android/create-avd: avd-name: Pixel_API_31_AOSP @@ -620,6 +627,7 @@ jobs: - run: *install-npm-modules - save_cache: *save-npm-cache-mac - run: *install-maestro-cli + - create-maestro-config-file - run: name: Configure Facebook IDB command: |