From 659e609363183781c844ad62ff88cf5b6ab7e268 Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Thu, 15 Jul 2021 14:28:27 +0200 Subject: [PATCH] Unshallow --- .github/workflows/build-dev.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index fb2183367..8a0d1d6a0 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -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 @@ -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: |