CI #22
ci.yml
on: workflow_dispatch
Run linters
34s
Run unit tests
1m 16s
Annotations
3 errors and 1 warning
Run unit tests
Process completed with exit code 1.
|
test/test_licensevalidator.py.test_cpp:
test/test_licensevalidator.py#L99
assert 0 == 1
+ where 0 = len({})
|
test/test_licensevalidator.py.test_multilang:
test/test_licensevalidator.py#L136
AssertionError: assert 2 == 3
+ where 2 = len({'Python': [DependencyInfo(click, 8.1.7, ['New BSD']), DependencyInfo(coverage, 7.5.4, ['Apache 2.0']), DependencyInfo...Info(pygments, 2.18.0, ['Simplified BSD']), ...], 'Workflows': [DependencyInfo(actions/checkout, v2, ['MIT License'])]})
|
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/.
|