This commit is contained in:
Mark McDowall 2023-12-31 19:39:51 -08:00
parent 6af1e0afda
commit 8ed405adf2
1 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,4 @@ runs:
- name: Run tests
shell: bash
run: |
for i in _tests/${{ inputs.pattern }}; do
dotnet test $i --filter "${{ inputs.filter }}"
done
run: dotnet test Sonarr.*.Test.dll --filter "${{ inputs.filter }}"