Skip to content

Commit

Permalink
Unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Jul 15, 2021
1 parent 84a3784 commit 659e609
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-dev.yml
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Run tests on Windows for all targets
run: dotnet test -c Release

Expand All @@ -28,7 +26,11 @@ jobs:
needs: [ test-win ] #,test-netcore-linux]

steps:
- uses: actions/checkout@v2.3.4
-
name: Checkout
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

- name: Create and push NuGet package
run: |
Expand Down

0 comments on commit 659e609

Please sign in to comment.