Create add-on config folder on add-on start #6100
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: pull_request
Prepare Python dependencies
29s
Check black
19s
Check Dockerfile
8s
Check executables
17s
Check flake8
12s
Check isort
25s
Check JSON
22s
Check pylint
36s
Check pyupgrade
27s
Process test coverage
0s
Annotations
3 errors
Check executables
Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L670
test_install
AssertionError: assert False
+ where False = <bound method Path.is_dir of PosixPath('/tmp/pytest-of-runner/pytest-0/test_install0/addon_configs/local_example')>()
+ where <bound method Path.is_dir of PosixPath('/tmp/pytest-of-runner/pytest-0/test_install0/addon_configs/local_example')> = PosixPath('/tmp/pytest-of-runner/pytest-0/test_install0/addon_configs/local_example').is_dir
|
Run tests Python 3.11.6
Process completed with exit code 1.
|