Skip to content

ci: Add m1 macos integration test with github actions #7

ci: Add m1 macos integration test with github actions

ci: Add m1 macos integration test with github actions #7

Triggered via pull request February 16, 2024 13:12
Status Failure
Total duration 45s
Artifacts

integration-test.yaml

on: pull_request
integration-test
33s
integration-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
integration-test
Process completed with exit code 1.
integration-test: src/Stryker.Core/Stryker.Core/TestRunners/VsTest/VsTestRunner.cs#L264
'IVsTestConsoleWrapperAsync.RunTestsWithCustomTestHostAsync(IEnumerable<string>, string?, TestPlatformOptions?, ITestRunEventsHandler, ITestHostLauncher)' is obsolete: 'The async APIs don't work, use the sync API instead.'
integration-test: src/Stryker.Core/Stryker.Core/TestRunners/VsTest/VsTestRunner.cs#L268
'IVsTestConsoleWrapperAsync.RunTestsWithCustomTestHostAsync(IEnumerable<TestCase>, string?, TestPlatformOptions?, ITestRunEventsHandler, ITestHostLauncher)' is obsolete: 'The async APIs don't work, use the sync API instead.'
integration-test: src/Stryker.Core/Stryker.Core/TestRunners/VsTest/VsTestContextInformation.cs#L193
'IVsTestConsoleWrapperAsync.DiscoverTestsAsync(IEnumerable<string>, string?, ITestDiscoveryEventsHandler)' is obsolete: 'The async APIs don't work, use the sync API instead.'
integration-test: src/Stryker.Core/Stryker.Core/Helpers/RangeHelper.cs#L140
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
integration-test: src/Stryker.Core/Stryker.Core/Helpers/RangeHelper.cs#L168
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.