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