Skip to content

Commit d1a113d

Browse files
Rename ios_test job in circleci for consistency
1 parent cfbdef6 commit d1a113d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
name: Run UnitTest
118118
command: cd android && ./gradlew test
119119

120-
ios_test:
120+
test_ios:
121121
macos:
122122
xcode: "10.2.0"
123123
working_directory: ~/project/InstabugSample/ios
@@ -191,14 +191,14 @@ workflows:
191191
- test_module
192192
- test_sample
193193
- test_android
194-
- ios_test
194+
- test_ios
195195
- e2e_ios
196196
- hold:
197197
requires:
198198
- test_module
199199
- test_sample
200200
- test_android
201-
- ios_test
201+
- test_ios
202202
- e2e_ios
203203
type: approval
204204
filters:

0 commit comments

Comments
 (0)