Skip to content

Commit 5732277

Browse files
committed
fix
1 parent b976672 commit 5732277

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/test_compat_client_cluster

1 file changed

+1
-1
lines changed

.github/actions/test_compat_client_cluster/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ runs:
5454

5555
- name: Run test
5656
shell: bash
57-
run: nox -f tests/nox/noxfile.py
57+
run: nox -f tests/nox/noxfile.py -s python_client java_client
5858
env:
5959
JDBC_MAIN_VER: ${{env.JDBC_MAIN_VER}}

0 commit comments

Comments
 (0)