From 40356b3c4531f4f17be4a88db0d92558a17a313f Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Mon, 16 Oct 2023 18:10:40 +0300 Subject: [PATCH] schema fix --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9db45cf9..5cd1a972 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,9 +128,9 @@ workflows: python-latest-enterprise-cluster-preview: jobs: - run-tests: - name: python-latest-enterprise-preview - python-version: "latest" - arangodb-version: "enterprise-preview:latest" - arangodb-config: "cluster-3.11.conf" - cluster: true - enterprise: true + name: python-latest-enterprise-cluster-preview + python-version: "latest" + arangodb-version: "enterprise-preview:latest" + arangodb-config: "cluster-3.11.conf" + cluster: true + enterprise: true