From 31d24d6654592f87821f12864249fbed2b87c7c7 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Nov 2022 09:31:04 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50266cdb..59033f9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -211,12 +211,13 @@ jobs: max-parallel: 4 matrix: platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022] + fetch-depth: [1, 2] steps: - name: Checkout to branch uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: ${{ matrix.fetch-depth }} - name: Run changed-files id: changed-files