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: |