Skip to content

Created integration test to handlers pull and push #18

Created integration test to handlers pull and push

Created integration test to handlers pull and push #18

Triggered via pull request December 31, 2024 17:49
Status Success
Total duration 1m 1s
Artifacts

build_and_test.yaml

on: pull_request
Build and Tests SSync Client and Server
52s
Build and Tests SSync Client and Server
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Build and Tests SSync Client and Server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and Tests SSync Client and Server: test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L79
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Tests SSync Client and Server: test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L79
Non-nullable property 'DbContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Tests SSync Client and Server: test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L15
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Tests SSync Client and Server: test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L15
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.