Skip to content

feat(qase): hotfix for gh to recognize new workflow #1

feat(qase): hotfix for gh to recognize new workflow

feat(qase): hotfix for gh to recognize new workflow #1

Triggered via push September 9, 2024 07:23
Status Failure
Total duration 5m 1s
Artifacts

manual-qase.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
link
{"error":"no response received"}
build / build: tests/test_info_endpoints.py#L9
test_info_endpoint AssertionError: assert {'description...ame': '', ...} == {'description...ame': '', ...} Omitting 5 identical items, use -vv to show Differing items: {'links': {'models': 'http://localhost/.well-known/repository/models', 'records': 'http://localhost/search/', 'requests': 'http://localhost/requests/', 'self': 'http://localhost/.well-known/repository/', ...}} != {'links': {'models': 'http://localhost/.well-known/repository/models', 'requests': 'http://localhost/requests/', 'self': 'http://localhost/.well-known/repository/'}} Full diff: { 'description': '', 'invenio_version': '12.0.28', 'links': {'models': 'http://localhost/.well-known/repository/models', + 'records': 'http://localhost/search/', 'requests': 'http://localhost/requests/', - 'self': 'http://localhost/.well-known/repository/'}, ? - + 'self': 'http://localhost/.well-known/repository/', + 'user_records': 'http://localhost/user/search/'}, 'name': '', 'transfers': ['local-file', 'url-fetch'], 'version': 'local development', }
build / build
Process completed with exit code 1.
build / 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/