Skip to content

Commit f6799e5

Browse files
committed
Updating circleci config
1 parent 8b1e944 commit f6799e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
args+=("--cluster" "--port=8539" "--port=8549")
8787
fi
8888
89-
if [ << parameters.arangodb_license >> = "enterprise" ]; then
90-
args+=("--enterprise")
89+
if [ << parameters.arangodb_license >> != "enterprise" ]; then
90+
args+=("--skip enterprise")
9191
fi
9292
9393
echo "Running pytest with args: ${args[@]}"

0 commit comments

Comments
 (0)