fastlane-plugin-android_testlab_script_swit 0.1.919 → 0.1.920
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: b35ca4ff91129a742b0d39b72d85027f9bf5fcba55f00a316f1c11cd4e7c341a
|
4
|
+
data.tar.gz: 2934f5a88e3e2087690e6133c039dd213ee118116c67c1e7936394baa003ae6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79436d20bbe5ff8949480b7e629df2aa59238e2479ddc6282e54ae2be8530909e5e638ef77eed64371a600133d78ce1c5de9dcee359d88ec52931d3eb246048a
|
7
|
+
data.tar.gz: a73405d042eb22fc279830934210c38ac4ce7474ec171b9d752d2cd0513b13f8f660335ec2965b46c173189eecc14ce7b201b4f4a2f868598164e96afaf8e599
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -8,12 +8,6 @@ module Fastlane
|
|
8
8
|
module Actions
|
9
9
|
class AndroidTestlabScriptSwitAction < Action
|
10
10
|
|
11
|
-
# actions run
|
12
|
-
def self.run(params)
|
13
|
-
UI.message("********************************")
|
14
|
-
UI.message("Start Action")
|
15
|
-
UI.message("********************************")
|
16
|
-
|
17
11
|
def measure_time
|
18
12
|
start_time = Time.now
|
19
13
|
yield
|
@@ -24,6 +18,12 @@ module Fastlane
|
|
24
18
|
return "#{duration_min}분 소요시간 자동화"
|
25
19
|
end
|
26
20
|
|
21
|
+
# actions run
|
22
|
+
def self.run(params)
|
23
|
+
UI.message("********************************")
|
24
|
+
UI.message("Start Action")
|
25
|
+
UI.message("********************************")
|
26
|
+
|
27
27
|
duration = measure_time do
|
28
28
|
|
29
29
|
# Result Bucket & Dir
|