Skip to content

Commit

Permalink
Add logic to run all Annotations samples
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Feb 28, 2024
1 parent ec30f30 commit d243076
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}

0 comments on commit d243076

Please sign in to comment.