Skip to content

Create build pipeline #4

Create build pipeline

Create build pipeline #4

Triggered via pull request July 31, 2024 10:59
@gicastelgicastel
synchronize #15
cicd-1
Status Success
Total duration 47s
Artifacts

build.yml

on: pull_request
build-binaries
23s
build-binaries
build-docker-standalone
18s
build-docker-standalone
build-docker-bundle
39s
build-docker-bundle
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-binaries
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-binaries: src/qest/Visualizers/TreeVisualizer.cs#L27
Non-nullable field 'Test' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Commands/GenerateCommand.cs#L23
Non-nullable property 'Folder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Commands/GenerateCommand.cs#L27
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Commands/RunCommand.cs#L29
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Commands/RunCommand.cs#L36
Non-nullable property 'OutputFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'Connection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'currentTest' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Models/TestStep.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Models/TestStep.cs#L8
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.