Skip to content

Commit

Permalink
Add back missing do
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Sep 26, 2024
1 parent 1ec6555 commit 25c54ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ platform :android do
setGradleOutputsInEnv()
end

lane :build_e2eDelta
lane :build_e2eDelta do
ENV["ENVFILE"]="tests/e2e/.env.e2edelta"
ENV["ENTRY_FILE"]="src/libs/E2E/reactNativeLaunchingTest.ts"
ENV["E2E_TESTING"]="true"
Expand Down

0 comments on commit 25c54ac

Please sign in to comment.