diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index ef57877f9..b386d7d2d 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -28,4 +28,4 @@ runs: - name: Run tests shell: bash - run: dotnet test Sonarr.*.Test.dll --filter "${{ inputs.filter }}" --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}" + run: dotnet test ./_tests/Sonarr.*.Test.dll --filter "${{ inputs.filter }}" --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"