Skip to content

Commit

Permalink
Remove file check
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Sep 25, 2023
1 parent e3bc7ad commit c18e19b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ platform :android do
ENV["ENTRY_FILE"]="src/libs/E2E/reactNativeLaunchingTest.js"
ENV["E2E_TESTING"]="true"

UI.success("Building E2E APK #{ENV["ENTRY_FILE"]}")

if !File.exist?(ENV["ENTRY_FILE"])
UI.user_error!("E2E entry file not found at #{ENV["ENTRY_FILE"]}")
else
UI.success("E2E entry file found at #{ENV["ENTRY_FILE"]}")
end

gradle(
project_dir: './android',
task: ':app:assemble',
Expand Down

0 comments on commit c18e19b

Please sign in to comment.