Skip to content

Commit 96e2423

Browse files
authored
Improve name of CI jobs
1 parent 026bab5 commit 96e2423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: scripts/run_basic_tests.sh ${{ matrix.docker-image }} DIRACOS-*.sh
134134

135135
integration-tests-client-only:
136-
name: Integration tests
136+
name: Integration tests (Py2 server)
137137
if: github.repository == 'DIRACGrid/DIRACOS2'
138138
needs: build-installer
139139
runs-on: ubuntu-latest
@@ -166,7 +166,7 @@ jobs:
166166
"CLIENT_USE_PYTHON3=Yes"
167167
168168
integration-tests-client-and-server:
169-
name: Integration tests
169+
name: Integration tests (Py3 server)
170170
if: github.repository == 'DIRACGrid/DIRACOS2'
171171
needs: build-installer
172172
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)