- try to checkout project at start of test too

pull/32/head
Simon G 6 years ago committed by GitHub
parent 7d2e975ab0
commit b80d6b435e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .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

Loading…
Cancel
Save