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 059e10e commit 23b342fCopy full SHA for 23b342f
.github/workflows/integration-tests.yml
@@ -33,10 +33,10 @@ jobs:
33
run: |
34
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
35
export SCYLLA_VERSION='release:5.1'
36
- ./ci/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
+ ./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
37
38
- name: Test tablets
39
40
41
export SCYLLA_VERSION='release:6.0.2'
42
- ./ci/run_integration_test.sh tests/integration/experiments/
+ ./scripts/run_integration_test.sh tests/integration/experiments/
ci/run_integration_test.sh renamed to scripts/run_integration_test.sh
0 commit comments