diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index e0a8443..82219a4 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -53,7 +53,14 @@ jobs: 'ContentModification/PageLabels/', 'ContentModification/PDFObject/', 'ContentModification/UnderlinesAndHighlights/', - 'ContentModification/Watermark/' + 'ContentModification/Watermark/', + 'DocumentConversion/ColorConvertDocument/', + 'DocumentConversion/ConvertToOffice/', + 'DocumentConversion/CreateDocFromXPS/', + 'DocumentConversion/Factur-XConverter/', + 'DocumentConversion/PDFAConverter/', + 'DocumentConversion/PDFXConverter/', + 'DocumentConversion/ZUGFeRDConverter/' ] steps: - name: Checkout