fastlane-plugin-flutter_tests 0.2.1 → 0.2.2
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: e134b3e53ea1a6aa94cb983cfb66ae0843b6f0bc2263eade128e99f979d80639
|
4
|
+
data.tar.gz: 1384cfda230ccfe2e055f9c2801fe90db559c947390c02842dac720c39305c81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4b7dd57f2ea4d4e3a3b228a1494c6f0d8fad4ac6c2d055523a95f73368441fc04c66f39dfe93ac56c3873edbf21dcdff51be11d26b3d8d2c72a3800c4f3be68
|
7
|
+
data.tar.gz: 07b55a3475e471e8a499d97576f71773b773dd87d992be4f2f87bd158f4663671515370a5a86faaca32479349b3c35ca202fcaa40e75120dbab733d299cad234
|
@@ -91,13 +91,9 @@ module Fastlane
|
|
91
91
|
count += 1
|
92
92
|
end
|
93
93
|
|
94
|
-
|
95
|
-
UI.
|
96
|
-
1
|
97
|
-
else
|
98
|
-
0
|
94
|
+
unless tests['failed'] == 0
|
95
|
+
UI.user_error!("There are some integration tests that fail")
|
99
96
|
end
|
100
|
-
|
101
97
|
end
|
102
98
|
|
103
99
|
# Returns the exit code of a process
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-flutter_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- smaso
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|