List all test files

This commit is contained in:
Mark McDowall 2024-01-03 14:06:02 -08:00
parent e87d39de9d
commit 61857d810e
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ runs:
name: ${{ inputs.artifact }}
path: _tests
- name: List all files
shell: bash
run: ls -la ./_tests
- name: Run tests
shell: bash
run: dotnet test ./_tests/Sonarr.*.Test.dll --filter "${{ inputs.filter }}" --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"