We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026bab5 commit 96e2423Copy full SHA for 96e2423
.github/workflows/build-and-test.yml
@@ -133,7 +133,7 @@ jobs:
133
run: scripts/run_basic_tests.sh ${{ matrix.docker-image }} DIRACOS-*.sh
134
135
integration-tests-client-only:
136
- name: Integration tests
+ name: Integration tests (Py2 server)
137
if: github.repository == 'DIRACGrid/DIRACOS2'
138
needs: build-installer
139
runs-on: ubuntu-latest
@@ -166,7 +166,7 @@ jobs:
166
"CLIENT_USE_PYTHON3=Yes"
167
168
integration-tests-client-and-server:
169
+ name: Integration tests (Py3 server)
170
171
172
0 commit comments