We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b482316 commit 6a9d536Copy full SHA for 6a9d536
.github/workflows/build.yml
@@ -15,6 +15,9 @@ jobs:
15
dotnet-version: 9.0.x
16
- name: Build iTextSharp.LGPLv2.Core lib
17
run: dotnet build ./src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj --configuration Release
18
+
19
+ - name: Run iTextSharp.LGPLv2.Core lib functional tests
20
+ run: dotnet test ./src/iTextSharp.LGPLv2.Core.FunctionalTests/iTextSharp.LGPLv2.Core.FunctionalTests.csproj
21
22
- name: Push Package to NuGet.org
23
if: github.event_name == 'push'
0 commit comments