diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f72ac999..49d99f41 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -46,6 +46,8 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: install_bats run: sudo apt-get install bats