File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
139
139
- name : Setup environment
140
140
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
142
142
- name : Run integration tests on Cassandra (${{ matrix.cassandra-version }})
143
143
run : mvn -B -e verify -Dccm.version=${{ matrix.cassandra-version }} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
144
144
@@ -195,7 +195,7 @@ jobs:
195
195
196
196
- name : Setup environment
197
197
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
199
199
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
200
200
- name : Run integration tests on Scylla (${{ matrix.scylla-version }})
201
201
run : mvn -B verify -Dccm.version=${{ matrix.scylla-version }} -Dccm.scylla=true -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
You can’t perform that action at this time.
0 commit comments