Skip to content

Commit

Permalink
Add root level default env
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Sep 14, 2023
1 parent e19ca7e commit 38b5590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/saucectl.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2120,6 +2120,9 @@
},
"additionalProperties": false
},
"env": {
"$ref": "#/allOf/0/then/properties/env"
},
"xcuitest": {
"description": "Contains details specific to the XCUITest project.",
"type": "object",
Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha/framework/xcuitest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
},
"additionalProperties": false
},
"env": {
"$ref": "../subschema/common.schema.json#/definitions/env"
},
"xcuitest": {
"description": "Contains details specific to the XCUITest project.",
"type": "object",
Expand Down

0 comments on commit 38b5590

Please sign in to comment.