From 7d2e975ab0cb756682c99e813385c1e8ecac002d Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 24 Sep 2019 11:27:33 +0200 Subject: [PATCH] - add path to test .csproj file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5f7b28..bbb9279 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,5 @@ jobs: steps: - name: Run tests - run: dotnet test --no-build + run: dotnet test --no-build Test.LightweightIocContainer\Test.LightweightIocContainer.csproj