CI #25
ci.yml
on: workflow_dispatch
Run linters
18s
Run unit tests
30m 41s
Annotations
5 errors and 1 warning
Run unit tests
Process completed with exit code 1.
|
test/lib/test_licensefinder.py.test_execution_python:
test/lib/test_licensefinder.py#L19
subprocess.CalledProcessError: Command '['license_finder', 'report', '--save=/tmp/license-finder/dependencies-notice', '--prepare', '--python-version=3', '--decisions_file=/dependency_decisions_overwrites.yml', '--pip-requirements-path=requirements.txt']' returned non-zero exit status 1.
|
test/test_licensevalidator.py.test_python_with_workflows:
test/test_licensevalidator.py#L19
AssertionError: assert 1 == 2
+ where 1 = len({'Workflows': [DependencyInfo(actions/checkout, v2, ['MIT License'])]})
|
test/test_licensevalidator.py.test_python_without_workflows:
test/test_licensevalidator.py#L45
assert 0 == 1
+ where 0 = len({})
|
test/test_licensevalidator.py.test_multilang:
test/test_licensevalidator.py#L136
AssertionError: assert 2 == 3
+ where 2 = len({'Workflows': [DependencyInfo(actions/checkout, v2, ['MIT License'])], 'c++': [DependencyInfo(abseil, 20211102.0, ['Ap....10.0, ['New BSD']), DependencyInfo(openssl, 1.1.1n, ['unknown']), DependencyInfo(protobuf, 3.20.0, ['New BSD']), ...]})
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|