Skip to content

Commit da2b75b

Browse files
committed
[CI] Fix test job name
1 parent b81f3cb commit da2b75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if-no-files-found: error
9292

9393
test:
94-
name: ${{ matrix.os }}${{ matrix.arch }} - Python 3.8 - test
94+
name: ${{ matrix.os }} - ${{ matrix.arch }} - Python 3.8 - test
9595
needs:
9696
- build
9797
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)