List all test files
This commit is contained in:
parent
e87d39de9d
commit
61857d810e
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue