From 4646edff3b1e5f6f74b405191c7e939e82c7d293 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 21 Sep 2023 18:41:56 +0800 Subject: [PATCH] Try different path --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3e11d57a9529..332a54aa14f7 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -17,7 +17,7 @@ platform :android do desc "Generate a new local APK for e2e testing" lane :build_e2e do ENV["ENVFILE"]="tests/e2e/.env.e2e" - ENV["ENTRY_FILE"] = File.expand_path("../src/libs/E2E/reactNativeLaunchingTest.js", Dir.pwd) + ENV["ENTRY_FILE"]="src/libs/E2E/reactNativeLaunchingTest.js" ENV["E2E_TESTING"]="true" # Test if the entry file exists, otherwise fail early. If its there, log that we are good to proceed