Skip to content

Commit 2d377a0

Browse files
committed
Give tests more recognizable names
1 parent b258e88 commit 2d377a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/qt5-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
name: Qt5 Test
1112
runs-on: ubuntu-22.04
1213

1314
steps:

.github/workflows/qt6-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
name: Qt6 Test (Python ${{ matrix.python-version }})
1112
runs-on: ubuntu-latest
1213

1314
strategy:

0 commit comments

Comments
 (0)