fastlane-plugin-aws_device_farm 0.3.7.pre.alpha.pre.76 → 0.3.7.pre.alpha.pre.78
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9aa140428473f208612078ad79d792161cc63653a2f3279eb619bd217b11ba0
|
4
|
+
data.tar.gz: 6c7b670e06ad0f36a72c443f9741bd463a110dc81889d652ba3a067f1127c8f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 903244f151abba9b35783d47eb8c4870a2fdc4b8ae5bb09ec1e970fe2bcf2f2256b8981f945c03469c5ffd00bd32ec53ae8223f48523ccdcb09535af2a5d8eb7
|
7
|
+
data.tar.gz: 48af2a60e91a95b5ffac2023bbaf5b8006fefa53cc5107799b9df8081ab2775ba5471ad9fcfcebf3a7250dc687bfa5e3afb07421ad06aa0bbd1d6444dc5b9d40
|
@@ -57,7 +57,7 @@ module Fastlane
|
|
57
57
|
raise 'Binary upload failed. 🙈' unless upload.status == 'SUCCEEDED'
|
58
58
|
|
59
59
|
# Schedule the run.
|
60
|
-
|
60
|
+
scheduled_run = schedule_run params[:run_name], project, device_pool, upload, test_upload, type, params
|
61
61
|
|
62
62
|
# Wait for run to finish.
|
63
63
|
# rubocop:disable Metrics/BlockNesting
|
@@ -75,6 +75,8 @@ module Fastlane
|
|
75
75
|
else
|
76
76
|
UI.message 'Successfully scheduled the tests on the AWS device farm. ✅'.green
|
77
77
|
end
|
78
|
+
|
79
|
+
run = scheduled_run
|
78
80
|
end
|
79
81
|
# rubocop:enable Metrics/BlockNesting
|
80
82
|
#
|