Skip to content

Commit

Permalink
Merge pull request #741 from tj-actions/chore/update-test-increase-ma…
Browse files Browse the repository at this point in the history
…x-parallel
  • Loading branch information
jackton1 committed Nov 2, 2022
2 parents c295a8a + bc3236f commit edd790e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-test.yml
Expand Up @@ -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]

Expand Down Expand Up @@ -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: ./
Expand Down

0 comments on commit edd790e

Please sign in to comment.