Skip to content

Commit

Permalink
Merge pull request #799 from tj-actions/chore/update-test
Browse files Browse the repository at this point in the history
chore: update test
  • Loading branch information
repo-ranger[bot] committed Nov 11, 2022
2 parents e6bd87a + 61fb39f commit 94e6fba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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]

Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
uses: ./
continue-on-error: true
with:
sha: "4554456"
sha: "4774456"

- name: Show output
run: |
Expand All @@ -319,7 +319,7 @@ jobs:
continue-on-error: true
with:
files: action.yml
sha: "4554456"
sha: "4774456"

- name: Show output
run: |
Expand Down

0 comments on commit 94e6fba

Please sign in to comment.