From 9f43b42fc64d8741bb8d67a5aa92073e9989c2fb Mon Sep 17 00:00:00 2001 From: Piotr Zajac Date: Thu, 28 Sep 2023 10:50:05 +0200 Subject: [PATCH] Point to appropriate solution --- .github/workflows/test-mutations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-mutations.yml b/.github/workflows/test-mutations.yml index c7c45605..5346945e 100644 --- a/.github/workflows/test-mutations.yml +++ b/.github/workflows/test-mutations.yml @@ -48,7 +48,7 @@ jobs: dotnet tool install --local dotnet-stryker - name: 👾 test mutations run: | - dotnet tool run dotnet-stryker -s ./src/${{ env.Namespace }}.AutoMock.sln -r 'ClearText' + dotnet tool run dotnet-stryker -s ${{ github.workspace }}/src/${{ env.Namespace }}.AutoMock.sln -r 'ClearText' env: CI: true StrongNameKey: ${{ secrets.SIGNING_KEY }}