chore: update test increase max-parallel
This commit is contained in:
parent
c295a8af70
commit
bc3236f035
4
.github/workflows/manual-test.yml
vendored
4
.github/workflows/manual-test.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 4
|
max-parallel: 7
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
|
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
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJSON(steps.changed-files-glob.outputs) }}'
|
echo '${{ toJSON(steps.changed-files-glob.outputs) }}'
|
||||||
|
|
||||||
- name: Run changed-files with glob filtering and all_old_new_renamed_files
|
- name: Run changed-files with glob filtering and all_old_new_renamed_files
|
||||||
id: changed-files-glob-all-old-new-renamed-files
|
id: changed-files-glob-all-old-new-renamed-files
|
||||||
uses: ./
|
uses: ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user