diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aee7eb70b..29e4afdc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,4 @@ jobs: - name: Build run: dotnet build --no-restore - name: Runtime Test - run: dotnet test ~/Tests/Reqnroll.RuntimeTests/Reqnroll.RuntimeTests.csproj --no-build --verbosity normal + run: dotnet test ./Tests/Reqnroll.RuntimeTests/Reqnroll.RuntimeTests.csproj --no-build --verbosity normal