We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039579b commit 4f7bafbCopy full SHA for 4f7bafb
.circleci/config.yml
@@ -87,7 +87,7 @@ jobs:
87
fi
88
89
if [ << parameters.arangodb_license >> != "enterprise" ]; then
90
- args+=("--skip enterprise")
+ args+=("--skip" "enterprise")
91
92
93
echo "Running pytest with args: ${args[@]}"
0 commit comments