From 61af1b57e43d9f361f9686eda4254bbad47e5eda Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Nov 2022 06:26:40 -0600 Subject: [PATCH] Update test.yml --- .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 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: ./