From b80d6b435edf3877170b8c2df19b3aad583f957f Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 24 Sep 2019 11:31:31 +0200 Subject: [PATCH] - try to checkout project at start of test too --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbb9279..926aeb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: runs-on: windows-latest steps: + - name: Checkout + uses: actions/checkout@v1 - name: Run tests - run: dotnet test --no-build Test.LightweightIocContainer\Test.LightweightIocContainer.csproj + run: dotnet test