Skip to content

Commit 617bb00

Browse files
committed
Simplify test names
1 parent 68fc04e commit 617bb00

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
@@ -82,7 +82,7 @@ on:
8282

8383
jobs:
8484
tests:
85-
name: "Julia ${{ inputs.julia-version }} - ${{ inputs.self-hosted && 'self-hosted' || inputs.os }} - ${{ inputs.julia-arch }} : ${{ inputs.group != '' && format(' - {0}', inputs.group) || '' }}"
85+
name: "Julia ${{ inputs.julia-version }} - ${{ inputs.self-hosted && 'self-hosted' || inputs.os }} ${{ inputs.group != '' && format(' - {0}', inputs.group) || '' }}"
8686
continue-on-error: ${{ inputs.continue-on-error || inputs.julia-version == 'nightly' }}
8787
runs-on: "${{ inputs.self-hosted && 'self-hosted' || inputs.os }}"
8888
timeout-minutes: ${{ inputs.timeout-minutes }}

0 commit comments

Comments
 (0)