From 2dc13c09d10648b7cfcc9886152117625d902afa Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 26 Nov 2024 16:49:36 -0700 Subject: [PATCH] Fix matrix names --- .github/workflows/test-packages-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-packages-action.yml b/.github/workflows/test-packages-action.yml index a0bfe8a79b0..496c2d88737 100644 --- a/.github/workflows/test-packages-action.yml +++ b/.github/workflows/test-packages-action.yml @@ -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: