From 6252dac28e24ab0087fbd78b015d29063930a584 Mon Sep 17 00:00:00 2001 From: devhl-labs Date: Sat, 30 Mar 2024 09:14:51 -0400 Subject: [PATCH] [csharp][generichost] Ensure samples are running (#18257) * ensure samples are running * ensure samples are running * ensure samples are running * ensure samples are running * ensure samples are running * ensure samples are running * revert testing changes * sorted the array entries --- .github/workflows/samples-dotnet-standard.yaml | 2 +- .github/workflows/samples-dotnet.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/samples-dotnet-standard.yaml b/.github/workflows/samples-dotnet-standard.yaml index d1ba6e207e..5068d4e359 100644 --- a/.github/workflows/samples-dotnet-standard.yaml +++ b/.github/workflows/samples-dotnet-standard.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: sample: - - samples/client/petstore/csharp/generichost/standard2.0/OpenAPIClient-generichost-netstandard2.0/ + - samples/client/petstore/csharp/generichost/standard2.0/Petstore/ - samples/client/petstore/csharp/httpclient/standard2.0/OpenAPIClient-httpclient/ - samples/client/petstore/csharp/restsharp/standard2.0/OpenAPIClient/ - samples/client/petstore/csharp/restsharp/standard2.0/OpenAPIClient-ConditionalSerialization/ diff --git a/.github/workflows/samples-dotnet.yaml b/.github/workflows/samples-dotnet.yaml index 95ae21214e..561fecbdab 100644 --- a/.github/workflows/samples-dotnet.yaml +++ b/.github/workflows/samples-dotnet.yaml @@ -21,14 +21,14 @@ jobs: fail-fast: false matrix: sample: - - samples/client/petstore/csharp/generichost/net8/ManualTests - - samples/client/petstore/csharp/generichost/net8/Petstore - - samples/client/petstore/csharp/generichost/net8/NullReferenceTypes - - samples/client/petstore/csharp/generichost/net8/SourceGeneration - - samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate - samples/client/petstore/csharp/generichost/net8/AllOf - samples/client/petstore/csharp/generichost/net8/AnyOf + - samples/client/petstore/csharp/generichost/net8/ManualTests + - samples/client/petstore/csharp/generichost/net8/NullReferenceTypes - samples/client/petstore/csharp/generichost/net8/OneOf + - samples/client/petstore/csharp/generichost/net8/Petstore + - samples/client/petstore/csharp/generichost/net8/SourceGeneration + - samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate steps: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4.0.0