Skip to content

Commit 23b342f

Browse files
committed
Move run_integration_test.sh to scripts folder
We have just 3 scripts (1 soon to be gone because it is unnecessary), so there is no need to have 2 folders for them.
1 parent 059e10e commit 23b342f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: |
3434
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
3535
export SCYLLA_VERSION='release:5.1'
36-
./ci/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
36+
./scripts/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/
3737
3838
- name: Test tablets
3939
run: |
4040
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
4141
export SCYLLA_VERSION='release:6.0.2'
42-
./ci/run_integration_test.sh tests/integration/experiments/
42+
./scripts/run_integration_test.sh tests/integration/experiments/
File renamed without changes.

0 commit comments

Comments
 (0)