Skip to content

Commit 6a9d536

Browse files
committed
Add functional tests to CI
1 parent b482316 commit 6a9d536

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
dotnet-version: 9.0.x
1616
- name: Build iTextSharp.LGPLv2.Core lib
1717
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
1821

1922
- name: Push Package to NuGet.org
2023
if: github.event_name == 'push'

0 commit comments

Comments
 (0)