Tests
This commit is contained in:
parent
6af1e0afda
commit
8ed405adf2
|
@ -25,7 +25,4 @@ runs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: dotnet test Sonarr.*.Test.dll --filter "${{ inputs.filter }}"
|
||||||
for i in _tests/${{ inputs.pattern }}; do
|
|
||||||
dotnet test $i --filter "${{ inputs.filter }}"
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in New Issue