ci: update CI pipeline image build tests #1240
ci.yml
on: pull_request
commitlint
15s
flake8
11s
isort
10s
black
13s
build-and-test-image
5s
Matrix: all-tests
Annotations
3 errors
build-and-test-image
/home/runner/work/ansible-rulebook/ansible-rulebook/./.github/actions/image-test/action.yml (Line: 17, Col: 11): A sequence was not expected
|
build-and-test-image
System.ArgumentException: Unexpected type 'SequenceToken' encountered while reading 'inputs value'. The type 'StringToken' was expected.
at GitHub.DistributedTask.ObjectTemplating.Tokens.TemplateTokenExtensions.AssertString(TemplateToken value, String objectDescription)
at GitHub.DistributedTask.Pipelines.ObjectTemplating.PipelineTemplateConverter.ConvertToStepInputs(TemplateContext context, TemplateToken inputs, Boolean allowExpressions)
at GitHub.DistributedTask.Pipelines.ObjectTemplating.PipelineTemplateConverter.ConvertToStep(TemplateContext context, TemplateToken stepsItem, ReferenceNameBuilder nameBuilder)
at GitHub.DistributedTask.Pipelines.ObjectTemplating.PipelineTemplateConverter.ConvertToSteps(TemplateContext context, TemplateToken steps)
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
|
build-and-test-image
Fail to load /home/runner/work/ansible-rulebook/ansible-rulebook/./.github/actions/image-test/action.yml
|