diff --git a/.github/workflows/sql-cli-integration-test.yml b/.github/workflows/sql-cli-integration-test.yml index 63f3e91d334..0a0695bbd76 100644 --- a/.github/workflows/sql-cli-integration-test.yml +++ b/.github/workflows/sql-cli-integration-test.yml @@ -69,6 +69,7 @@ jobs: echo "Building SQL modules from current branch..." ./gradlew publishToMavenLocal -x test -x integTest echo "SQL modules published to Maven Local" + ./gradlew clean - name: Run SQL CLI tests with local SQL modules working-directory: sql-cli