Skip to content

Create build pipeline #3

Create build pipeline

Create build pipeline #3

Triggered via pull request July 31, 2024 10:56
@gicastelgicastel
synchronize #15
cicd-1
Status Failure
Total duration 42s
Artifacts

build.yml

on: pull_request
build-binaries
30s
build-binaries
build-docker-standalone
9s
build-docker-standalone
build-docker-bundle
3s
build-docker-bundle
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build-docker-bundle
Command failed: docker build -f bundle.dockerfile -t ghcr.io/***/qest:bundle -t ghcr.io/***/qest:bundle-latest -t ghcr.io/***/qest:bundle-15/merge .
build-docker-standalone
Command failed: docker build -f standalone.dockerfile -t ghcr.io/***/qest:standalone -t ghcr.io/***/qest:standalone-latest -t ghcr.io/***/qest:standalone-15/merge .
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/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/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/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/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.
build-binaries: src/qest/Models/TestStep.cs#L9
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Models/TestResult.cs#L55
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.