From cc70c9a116161e625e5b8946ffd41fc9f1934c19 Mon Sep 17 00:00:00 2001 From: Kaira Diagne Date: Thu, 3 Jun 2021 13:21:33 +0200 Subject: [PATCH] Import the CI shared lanes. --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 401845d..0a48071 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -2,6 +2,7 @@ fastlane_version "1.109.0" import "./../Submodules/WeTransfer-iOS-CI/Fastlane/Fastfile" +import "./../Submodules/WeTransfer-iOS-CI/Fastlane/shared_lanes.rb" desc "Run the tests and prepare for Danger" lane :test do |options|