diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 7a7fa724e..6e6ca4f7d 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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 }}"