Skip to content

Commit 4ba13cc

Browse files
committed
Fix CI/CD
1 parent 8242ce1 commit 4ba13cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,4 @@ jobs:
6262
- name: Run test
6363
shell: bash
6464
run: |
65-
python -m poetry run \
66-
COHERENCE_VERSION=22.06.2 \
67-
make clean test-cluster-shutdown remove-app-images build-test-images test-cluster-startup just-wait test
65+
python -m poetry run ./tests/scripts/run-tests.sh

0 commit comments

Comments
 (0)