Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 10, 2023
1 parent a389c94 commit 0096dc9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ workflows:
matrix:
parameters:
python_version: ["3.10"] # ["3.8", "3.9", "3.10", "3.11", "3.12"]
arangodb_config: ["single"] # ["single", "cluster"]
arangodb_license: ["community"] # ["community", "enterprise"]
arangodb_version: ["latest"] # ["3.10.10", "3.11.4", "latest"]
arangodb_config: ["single", "cluster"]
arangodb_license: ["community", "enterprise"]
arangodb_version: ["3.10.10", "3.11.4", "latest"]

jobs:
lint:
Expand Down Expand Up @@ -78,10 +78,6 @@ jobs:

- run: docker ps -a

- run: docker logs arango

- run: curl -v http://localhost:8529/

- run:
name: "Run pytest"
command: |
Expand All @@ -97,7 +93,7 @@ jobs:
fi

echo "Running pytest with args: ${args[@]}"
pytest "${args[@]}"
pytest --cov=arango --cov-report=xml "${args[@]}"

- store_artifacts:
path: test-results
Expand Down

0 comments on commit 0096dc9

Please sign in to comment.