mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix matrix names
This commit is contained in:
parent
acd09c6a16
commit
2dc13c09d1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-packages-action.yml
vendored
4
.github/workflows/test-packages-action.yml
vendored
|
@ -190,7 +190,7 @@ jobs:
|
|||
include-hidden-files: true
|
||||
|
||||
test-macos:
|
||||
name: ${{ matrix.test-chunk }} ${{ matrix.slug }}
|
||||
name: ${{ matrix.display_name }} ${{ matrix.tests-chunk }}
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 150 # 2 & 1/2 Hours - More than this and something is wrong (MacOS needs a little more time)
|
||||
strategy:
|
||||
|
@ -308,7 +308,7 @@ jobs:
|
|||
|
||||
|
||||
test-windows:
|
||||
name: ${{ matrix.test-chunk }} ${{ matrix.slug }}
|
||||
name: ${{ matrix.display_name }} ${{ matrix.tests-chunk }}
|
||||
runs-on: ${{ matrix.distro-slug }}
|
||||
timeout-minutes: 120 # 2 Hours - More than this and something is wrong
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue