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 057370d commit f86d43cCopy full SHA for f86d43c
.github/workflows/[email protected]
@@ -172,6 +172,12 @@ jobs:
172
name: ccm-logs-cassandra-${{ matrix.cassandra-version }}
173
path: /tmp/ccm*/ccm*/node*/logs/*
174
175
+ - name: Check python versions
176
+ run: |
177
+ python --version
178
+ python2 --version
179
+ python3 --version
180
+
181
scylla-integration-tests:
182
name: Scylla ITs
183
runs-on: ubuntu-latest
@@ -228,4 +234,10 @@ jobs:
228
234
if: ${{ failure() }}
229
235
with:
230
236
name: ccm-logs-scylla-${{ matrix.scylla-version }}
231
- path: /tmp/ccm*/ccm*/node*/logs/*
237
+ path: /tmp/ccm*/ccm*/node*/logs/*
238
239
240
241
242
243
0 commit comments