Skip to content

Commit 0026c77

Browse files
authored
Run Reporting tests in CI (#343)
The TestCategory!=Reporting filter was added when reporting needed MiKTeX/LaTeX (unavailable on CI runners). #325 replaced that with Markdown + QuestPDF, which has no external dependency, so the reporting tests can run headlessly. Drop the filter from build-and-test and the nightly. Fixes #342
1 parent 087756e commit 0026c77

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/test-csharp.yml@main
1818
secrets: inherit
1919
with:
20-
temp-version: "13.0.9999"
21-
test-arguments: "--filter TestCategory!=Reporting"
20+
temp-version: "13.0.9999"

.github/workflows/build-nightly_13.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
dotnet build InstallationValidator.sln /p:Version=${{env.APP_VERSION}}
6262
6363
- name: Test
64-
run: dotnet test InstallationValidator.sln --filter "TestCategory!=Reporting" --no-build -v normal --logger:"html;LogFileName=${{ github.workspace }}/testLog_Windows.html"
64+
run: dotnet test InstallationValidator.sln --no-build -v normal --logger:"html;LogFileName=${{ github.workspace }}/testLog_Windows.html"
6565

6666
- name: Sign InstallationValidator.exe with CodeSignTool
6767
uses: Open-Systems-Pharmacology/Workflows/.github/actions/codesigner-SSL@main

0 commit comments

Comments
 (0)