From d243076d724fdba5fd4a590e0548b8219fff9f68 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 28 Feb 2024 16:31:00 -0600 Subject: [PATCH] Add logic to run all Annotations samples --- .github/workflows/test-dotnet-samples.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 16b5ad6..f81b3ff 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -18,10 +18,18 @@ jobs: matrix: os: [windows-latest, ubuntu-latest] dir: [ - 'Annotations/Annotations/' + 'Annotations/Annotations/', + 'Annotations/InkAnnotations/', + 'Annotations/LinkAnnotation/', + 'Annotations/PolygonAnnotations/', + 'Annotations/PolyLineAnnotations/'' ] dlls: [ - 'Annotations.dll' + 'Annotations.dll', + 'InkAnnotations.dll', + 'LinkAnnotation.dll', + 'PolygonAnnotations.dll', + 'PolyLineAnnotations.dll' ] steps: - name: Checkout @@ -39,5 +47,4 @@ jobs: - name: Run samples working-directory: ${{matrix.dir}} run: | - ls bin/Release/net6.0/ dotnet bin/Release/net6.0/${{ matrix.dlls}}