Remove dead OSPSuite.TeXReporting references from setup (#341) #98
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Test 13.0 | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| pull_request: | |
| branches: | |
| - develop | |
| permissions: | |
| contents: read | |
| packages: read | |
| jobs: | |
| build: | |
| uses: Open-Systems-Pharmacology/Workflows/.github/workflows/test-csharp.yml@main | |
| secrets: inherit | |
| with: | |
| temp-version: "13.0.9999" | |
| test-arguments: "--filter TestCategory!=Reporting" |