From 1ec65557a7821a1d739c1ed154ffbae4dec59c71 Mon Sep 17 00:00:00 2001 From: rory Date: Thu, 26 Sep 2024 14:56:22 -0700 Subject: [PATCH] Fix typo --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 7dd6522b5861..554b529389d5 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -104,7 +104,7 @@ platform :android do setGradleOutputsInEnv() end - lane :build_e2eDelta dog + lane :build_e2eDelta ENV["ENVFILE"]="tests/e2e/.env.e2edelta" ENV["ENTRY_FILE"]="src/libs/E2E/reactNativeLaunchingTest.ts" ENV["E2E_TESTING"]="true"