diff --git a/.github/workflows/NUnitConsoleAndEngine.CI.yml b/.github/workflows/NUnitConsoleAndEngine.CI.yml index af9521f9d..20a8d3e10 100644 --- a/.github/workflows/NUnitConsoleAndEngine.CI.yml +++ b/.github/workflows/NUnitConsoleAndEngine.CI.yml @@ -20,6 +20,8 @@ jobs: steps: - name: ⤵️ Checkout Source uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: 🛠️ Setup .NET uses: actions/setup-dotnet@v4