diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 415bfc51..dfbb39e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -215,8 +215,10 @@ jobs: steps: - name: Checkout to branch uses: actions/checkout@v3 + with: + fetch-depth: 2 - - name: Run changed-files with a single commit history + - name: Run changed-files id: changed-files uses: ./