Skip to content

Job registry

Job registry #196

Triggered via pull request August 27, 2024 16:12
Status Failure
Total duration 2m 12s
Artifacts

tests.yml

on: pull_request
Matrix: Tests / Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Tests / Tests (3.9, postgresql14, opensearch2): invenio_jobs/models.py#L1
Black format check --- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 16:13:07.682503+00:00 +++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 16:14:47.716866+00:00 @@ -205,6 +205,5 @@ @classmethod def get(cls, id_): """Get registered task by id.""" return cls(current_jobs.registry.get(id_)) -
Tests / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Tests / Tests (3.12, postgresql14, opensearch2): invenio_jobs/models.py#L1
Black format check --- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 16:13:08.762677+00:00 +++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 16:14:52.662752+00:00 @@ -205,6 +205,5 @@ @classmethod def get(cls, id_): """Get registered task by id.""" return cls(current_jobs.registry.get(id_)) -
Tests / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.