We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbdef6 commit d1a113dCopy full SHA for d1a113d
.circleci/config.yml
@@ -117,7 +117,7 @@ jobs:
117
name: Run UnitTest
118
command: cd android && ./gradlew test
119
120
- ios_test:
+ test_ios:
121
macos:
122
xcode: "10.2.0"
123
working_directory: ~/project/InstabugSample/ios
@@ -191,14 +191,14 @@ workflows:
191
- test_module
192
- test_sample
193
- test_android
194
- - ios_test
+ - test_ios
195
- e2e_ios
196
- hold:
197
requires:
198
199
200
201
202
203
type: approval
204
filters:
0 commit comments