fastlane-plugin-android_testlab_script_swit 0.1.43 → 0.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1e83b53bbf912cf6731e453639a218b03bacd388974542111478aeff31d7a30
|
|
4
|
+
data.tar.gz: 83a1b728e78eea64ce33c11289a62f68bf7a0790fb22f27752eb9fadad75daef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 517fca216bdcefafda5058f001f16478636d73deaf8494af48b136f50d0ef610d4993eaf0eb7222c18dcf3fd94c4bbe18d6eca917d8c7692cc3474aff8f52292
|
|
7
|
+
data.tar.gz: 7ab86e2d0f617e9ee85af5981060b01c578e00028017249565905d57d2ca950ece9b32860195aa522e0470885072cd1606756170eda8fe6f5954cef2535482e0
|
data/lib/fastlane/plugin/android_testlab_script_swit/helper/android_testlab_script_swit_helper.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Fastlane
|
|
|
32
32
|
Action.sh("gcloud auth activate-service-account --key-file #{gcloud_key_file}")
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
def self.run_tests(arguments)
|
|
35
|
+
def self.run_tests(gcloud_components_channel, arguments)
|
|
36
36
|
UI.message("Test running...")
|
|
37
37
|
Action.sh("set +e; gcloud#{' ' + gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
|
|
38
38
|
# Action.sh("set +e; gcloud #{gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
|
|
@@ -142,4 +142,4 @@ module Fastlane
|
|
|
142
142
|
return prefix, comment
|
|
143
143
|
end
|
|
144
144
|
end
|
|
145
|
-
end
|
|
145
|
+
end
|