From bc3236f03570ad4dacd2372444fbe7b98ccd6358 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 2 Nov 2022 08:28:18 -0600 Subject: [PATCH] chore: update test increase max-parallel --- .github/workflows/manual-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index e325ce500d7..420c507bc77 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: fail-fast: false - max-parallel: 4 + max-parallel: 7 matrix: platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022] @@ -38,7 +38,7 @@ jobs: - name: Show output run: | echo '${{ toJSON(steps.changed-files-glob.outputs) }}' - + - name: Run changed-files with glob filtering and all_old_new_renamed_files id: changed-files-glob-all-old-new-renamed-files uses: ./