From e87d39de9da9693fea8ba9dbdb79cd98b719b8e6 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 2 Jan 2024 11:26:15 -0800 Subject: [PATCH] Tests --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"