CI #39
Annotations
6 errors and 3 warnings
Run tests:
tests/members/test_members_services.py#L1244
test_community_invitation_submit_notification
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/members/test_members_services.py#L1323
test_community_invitation_accept_notification
assert 0 == 2
+ where 0 = len([])
|
Run tests:
tests/members/test_members_services.py#L1378
test_community_invitation_cancel_notification
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/members/test_members_services.py#L1435
test_community_invitation_decline_notification
assert 0 == 2
+ where 0 = len([])
|
Run tests:
tests/members/test_members_services.py#L1490
test_community_invitation_expire_notification
assert 0 == 3
+ where 0 = len([])
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run eslint test:
invenio_communities/assets/semantic-ui/js/invenio_communities/administration/components/RecordResourceActions.js#L95
Array.prototype.map() expects a value to be returned at the end of arrow function
|
Loading