Skip to content

Split "install" command #545

Split "install" command

Split "install" command #545

Triggered via pull request May 23, 2024 10:36
Status Failure
Total duration 1m 4s
Artifacts

tests.yml

on: pull_request
Matrix: python-tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
python-tests (3.7, pypi): invenio_cli/commands/services.py#L1
Black format check --- /home/runner/work/invenio-cli/invenio-cli/invenio_cli/commands/services.py 2024-05-23 10:36:38.082035 +0000 +++ /home/runner/work/invenio-cli/invenio-cli/invenio_cli/commands/services.py 2024-05-23 10:37:24.206181 +0000 @@ -36,11 +36,10 @@ project_shortname = self.cli_config.get_project_shortname() instance_path = self.cli_config.get_instance_path() # Set environment variable for the instance path, it might be needed by docker services with env(INSTANCE_PATH=str(instance_path)): - self.docker_helper.start_containers() services = ["redis", self.cli_config.get_db_type(), "search"] for service in services: ready = ServicesHealthCommands.wait_for_service(
python-tests (3.7, pypi)
Process completed with exit code 1.
python-tests (3.8, pypi)
The job was canceled because "_3_7_pypi" failed.
python-tests (3.9, pypi)
The job was canceled because "_3_7_pypi" failed.
python-tests (3.7, pypi)
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/.
python-tests (3.7, pypi)
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/