communities #10
push.yaml
on: push
build12
/
build
4m 34s
publish
0s
Annotations
7 errors and 1 warning
build12 / build:
tests/test_resource.py#L100
test_create
AssertionError: assert False
+ where False = response_code_ok('create', False, <WrapperTestResponse streamed [400 BAD REQUEST]>, 201)
|
build12 / build:
tests/test_resource.py#L253
test_create_links
KeyError: 'id'
|
build12 / build:
tests/test_resource.py#L323
test_publish_draft
assert 400 == 201
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
build12 / build:
tests/test_resource.py#L515
test_list_drafts
assert 400 == 201
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
build12 / build:
tests/test_service.py#L37
test_create
oarepo_workflows.errors.InvalidWorkflowError: Workflow default does not exist in the configuration.
|
build12 / build:
tests/test_service.py#L96
test_create_published
oarepo_workflows.errors.InvalidWorkflowError: Workflow default does not exist in the configuration.
|
build12 / build
Process completed with exit code 1.
|
build12 / build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|