From 3bbb7c4efaabe9f5760c23a933b87e687ea21b06 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Tue, 27 Jun 2023 12:26:13 +0100 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f6b08b..b322dc5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ jobs: - android/start-emulator-and-run-tests: post-emulator-launch-assemble-command: ./gradlew assemble<< parameters.flavour >>DebugAndroidTest pull-data: true - pull-data-path: storage + pull-data-path: /storage test-command: ./gradlew connected<< parameters.flavour >>DebugAndroidTest system-image: system-images;android-25;google_apis;x86 max-tries: 1