diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 165a990d26..11970f5658 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -16,6 +16,8 @@ jobs: TEST_RESULTS: "/tmp/test-results" steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: restore_cache uses: actions/cache@v3.3.2 with: