Skip to content

Commit 9e474c5

Browse files
committed
Test sni-proxy setup fix
1 parent e0490ce commit 9e474c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: Setup environment
140140
run: |
141-
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
141+
pip3 install https://github.com/fruch/scylla-ccm/archive/fix_sni_port_setup.zip
142142
- name: Run integration tests on Cassandra (${{ matrix.cassandra-version }})
143143
run: mvn -B -e verify -Dccm.version=${{ matrix.cassandra-version }} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
144144

@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Setup environment
197197
run: |
198-
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
198+
pip3 install https://github.com/fruch/scylla-ccm/archive/fix_sni_port_setup.zip
199199
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
200200
- name: Run integration tests on Scylla (${{ matrix.scylla-version }})
201201
run: mvn -B verify -Dccm.version=${{ matrix.scylla-version }} -Dccm.scylla=true -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true

0 commit comments

Comments
 (0)