Fix treatment of optionals which are not in TestCaseData (#49)

This commit is contained in:
Patrick Stevens
2024-06-09 12:24:58 +01:00
committed by GitHub
parent 8dc23d5b38
commit b600fab887
3 changed files with 10 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ jobs:
run: 'nix develop --command dotnet exec ./TestRunner/bin/Release/net8.0/TestRunner.dll ./Consumer/bin/Release/net8.0/Consumer.dll --trx TrxOut/out.trx'
- name: Parse Trx files
uses: NasAmin/trx-parser@v0.6.0
if: always()
id: trx-parser
with:
TRX_PATH: ${{ github.workspace }}/TrxOut