Feature development CI #146
Annotations
8 errors and 2 warnings
Run tests:
tests/resources/test_access_requests.py#L80
test_simple_guest_access_request_flow
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/resources/test_access_requests.py#L192
test_simple_user_access_request_flow
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/services/test_service_review.py#L656
test_review_submit_notification
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/services/test_service_review.py#L698
test_review_accept_notification
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/services/test_service_review.py#L740
test_review_cancel_notification
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/services/test_service_review.py#L782
test_review_decline_notification
assert 0 == 1
+ where 0 = len([])
|
Run tests:
tests/services/test_service_review.py#L824
test_review_expire_notification
assert 0 == 1
+ 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/checkout@v2, actions/setup-python@v2, actions/cache@v2. 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/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading