Fix matrix names

This commit is contained in:
Daniel A. Wozniak 2024-11-26 16:49:36 -07:00 committed by Daniel Wozniak
parent acd09c6a16
commit 2dc13c09d1

View file

@ -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: