- try --no-build flag without project

pull/32/head
Simon G 6 years ago committed by GitHub
parent 45154912b6
commit 75557d3783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml

@ -20,5 +20,5 @@ jobs:
steps: steps:
- name: Run tests - name: Run tests
run: dotnet test Test.LightweightIocContainer run: dotnet test --no-build

Loading…
Cancel
Save