Skip to content

Commit 1c5b5f1

Browse files
authored
Fix test namings
1 parent 4c20d4b commit 1c5b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ on:
7777

7878
jobs:
7979
tests:
80-
name: "Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} : ${{ inputs.group != '' && format(' - {0}', inputs.group) || '' }}"
80+
name: "Julia ${{ inputs.julia-version }} - ${{ inputs.self-hosted && 'self-hosted' || inputs.os }} - ${{ inputs.julia-arch || runner.arch }} : ${{ inputs.group != '' && format(' - {0}', inputs.group) || '' }}"
8181
continue-on-error: ${{ inputs.continue-on-error || inputs.julia-version == 'nightly' }}
8282
runs-on: "${{ inputs.self-hosted && 'self-hosted' || inputs.os }}"
8383
timeout-minutes: ${{ inputs.timeout-minutes }}

0 commit comments

Comments
 (0)