Skip to content

Commit

Permalink
Disable AddHeaderFooter sample in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Feb 29, 2024
1 parent fc50874 commit a877686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-14]
# TODO: AddHeaderFooter won't run due to Times-Roman font not present on runner.
dir: [
'Annotations/Annotations/',
'Annotations/InkAnnotations/',
'Annotations/LinkAnnotation/',
'Annotations/PolygonAnnotations/',
'Annotations/PolyLineAnnotations/',
'ContentCreation/AddElements/',
'ContentCreation/AddHeaderFooter/',
#'ContentCreation/AddHeaderFooter/',
'ContentCreation/Clips/',
'ContentCreation/CreateBookmarks/',
'ContentCreation/GradientShade/',
Expand Down

0 comments on commit a877686

Please sign in to comment.