From 5593c3bda2e636f6b266a1bc84cdcd62ef370893 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sat, 22 Oct 2022 08:39:07 -0600 Subject: [PATCH] Run integration tests as part of release verification (#426) --- dev/release/verify-release-candidate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index d4a9023ad..00e8691e4 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -135,6 +135,8 @@ test_source_distribution() { exit 1 fi + # run integration tests that will run end-to-end tests in docker-compose + ./dev/integration-tests.sh # Note can't verify other ballista crates as they depend # on ballista-core which isn't published yet