From 9478e36442ae8b0f27fe0b786bff1e50b73567f8 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Nov 2022 08:21:05 -0700 Subject: [PATCH 1/2] chore: update test --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad97ea35..a0f8fd77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -299,7 +299,7 @@ jobs: uses: ./ continue-on-error: true with: - sha: "4554456" + sha: "4774456" - name: Show output run: | @@ -319,7 +319,7 @@ jobs: continue-on-error: true with: files: action.yml - sha: "4554456" + sha: "4774456" - name: Show output run: | From 61fb39f691593d6741ba4683b8bc9a736174db4f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Nov 2022 08:46:24 -0700 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0f8fd77..c641ea12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: fail-fast: false - max-parallel: 4 + max-parallel: 2 matrix: platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022] steps: @@ -90,7 +90,7 @@ jobs: if: github.event_name == 'push' strategy: fail-fast: false - max-parallel: 4 + max-parallel: 2 matrix: platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]