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 707f7cf commit 06e5063Copy full SHA for 06e5063
1 file changed
.github/workflows/tests@v1.yml
@@ -212,6 +212,7 @@ jobs:
212
id: cassandra-version
213
env:
214
CASSANDRA_VERSION: ${{ matrix.cassandra-version }}
215
+ GH_TOKEN: ${{ github.token }}
216
run: make resolve-cassandra-version
217
218
- name: Pull CCM image from the cache
@@ -246,7 +247,9 @@ jobs:
246
247
- name: Run integration tests on Cassandra (${{ steps.cassandra-version.outputs.value }}) - ${{ matrix.test-group }}
248
id: run-integration-tests
249
250
+ CASSANDRA_VERSION: ${{ matrix.cassandra-version }}
251
CASSANDRA_VERSION_RESOLVED: ${{ steps.cassandra-version.outputs.value }}
252
253
MAVEN_EXTRA_ARGS: ${{ steps.test-skip-args.outputs.value }}
254
run: make test-integration-cassandra
255
0 commit comments