You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/jobs/android_test.yml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
description: Tests the Android app on the given device, with the given Detox configuration. You should have already built the correct Android APK (including the androidTest APK) and have both persisted to the worksapce.
2
2
3
-
executor: macos
4
-
5
3
parameters:
6
4
# For this job
7
5
workspace_root:
@@ -76,6 +74,19 @@ parameters:
76
74
description: Should we run brew update? Defaults to true
77
75
type: boolean
78
76
default: true
77
+
xcode_version:
78
+
description: The version of Xcode to use. See here for the list of supported versions https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
79
+
type: string
80
+
default: "12.4.0"
81
+
resource_class:
82
+
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
Copy file name to clipboardExpand all lines: src/jobs/ios_build_and_test.yml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
description: Builds the iOS app at the given path with the given build scheme and configuration and then runs the tests with the Detox configuration given.
2
2
3
-
executor: macos
4
-
5
3
parameters:
6
4
# For this job
7
5
checkout:
@@ -95,6 +93,19 @@ parameters:
95
93
description: Should we run brew update? Defaults to true
96
94
type: boolean
97
95
default: true
96
+
xcode_version:
97
+
description: The version of Xcode to use. See here for the list of supported versions https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
98
+
type: string
99
+
default: "12.4.0"
100
+
resource_class:
101
+
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
0 commit comments