feat(shared-data, api): Add evo tips definition and restrictions on loading #8549
shared-data-test-lint-deploy.yaml
on: pull_request
shared-data JS tests
4m 7s
Determine whether or not to publish artifacts
0s
shared-data package python lint
1m 13s
publish shared-data package to npm
0s
Matrix: python-test
shared-data package deploy
0s
Annotations
2 errors and 1 warning
shared-data/js/__tests__/labwareDefSchemaV2.test.ts > test schemas of all opentrons definitions > 1.json validates against schema:
shared-data/js/__tests__/labwareDefSchemaV2.test.ts#L213
AssertionError: expected [ { …(5) }, { …(5) } ] to be null // Object.is equality
- Expected:
null
+ Received:
Array [
Object {
"dataPath": "",
"keyword": "additionalProperties",
"message": "should NOT have additional properties",
"params": Object {
"additionalProperty": "stackLimit",
},
"schemaPath": "#/additionalProperties",
},
Object {
"dataPath": "",
"keyword": "additionalProperties",
"message": "should NOT have additional properties",
"params": Object {
"additionalProperty": "compatibleParentLabware",
},
"schemaPath": "#/additionalProperties",
},
]
❯ shared-data/js/__tests__/labwareDefSchemaV2.test.ts:213:32
|
shared-data JS tests
Process completed with exit code 2.
|
Determine whether or not to publish artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|