lane :test do
  simctl(block: lambda { |other_action, device|
    other_action.scan(workspace: "#{Dir.pwd}/AwesomeApp.xcworkspace",
                      scheme: 'AwesomeApp',
                      device: device.name,
                      derived_data_path: derived_data_path)
  })
  trainer(output_directory: ".")
end
