Skip to content

Commit a7cf381

Browse files
committed
ci: improve naming scheme of CI
1 parent b5749e1 commit a7cf381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
julia:
15-
name: test-${{ matrix.test-type }}-${{ matrix.os }}-jl${{ matrix.jlversion }}
15+
name: julia-${{ matrix.test-type }}-${{ matrix.os }}-jl${{ matrix.jlversion }}
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
fail-fast: true
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5555
python:
56-
name: test-${{ matrix.test-type }}-${{ matrix.os }}-py${{ matrix.pyversion }}
56+
name: python-${{ matrix.test-type }}-${{ matrix.os }}-py${{ matrix.pyversion }}
5757
runs-on: ${{ matrix.os }}
5858
strategy:
5959
fail-fast: true

0 commit comments

Comments
 (0)