From 16e8ea38dafa71a0d57e84898a55cef68b71fc0e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 2 Sep 2022 18:25:29 -0600 Subject: [PATCH] Updated the test --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9438bce7..7b83170f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,6 +131,8 @@ jobs: steps: - name: Checkout to branch uses: actions/checkout@v3 + with: + fetch-depth: 1 - name: Run changed-files with a single commit history id: changed-files @@ -260,7 +262,7 @@ jobs: uses: actions/checkout@v3 with: submodules: true - fetch-depth: 1 + fetch-depth: 0 - name: Run changed-files with defaults id: changed-files uses: ./