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: .circleci/config.yml
+27-43Lines changed: 27 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,6 @@ parameters:
8
8
description: Whether to force browserstack usage. We have limited resources on browserstack so the pipeline might decide to skip browserstack if this parameter isn't set to true.
9
9
type: boolean
10
10
default: false
11
-
react-version:
12
-
description: The version of react to be used
13
-
type: string
14
-
default: stable
15
11
workflow:
16
12
description: The name of the workflow to run
17
13
type: string
@@ -26,7 +22,11 @@ default-job: &default-job
26
22
react-version:
27
23
description: The version of react to be used
28
24
type: string
29
-
default: << pipeline.parameters.react-version >>
25
+
default: stable
26
+
typescript-version:
27
+
description: The version of typescript to be used
28
+
type: string
29
+
default: stable
30
30
test-gate:
31
31
description: A particular type of tests that should be run
32
32
type: string
@@ -39,6 +39,7 @@ default-job: &default-job
39
39
# expose it globally otherwise we have to thread it from each job to the install command
0 commit comments