Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 9, 2023
1 parent 34e3075 commit afb4698
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
python_version: ["3.10"] # ["3.8", "3.9", "3.10", "3.11", "3.12"]
arangodb_config: ["single"] # ["single", "cluster"]
arangodb_config: ["single", "cluster"]
arangodb_edition: ["community"] # ["community", "enterprise"]
arangodb_version: ["latest"] # ["3.10.10", "3.11.4", "latest"]

Expand All @@ -86,14 +86,14 @@ jobs:
# - name: Sleep
# run: sleep 15

- name: List Docker Containers
run: docker ps -a
# - name: List Docker Containers
# run: docker ps -a

- name: Show Docker Logs
run: docker logs arango
# - name: Show Docker Logs
# run: docker logs arango

- name: Curl Request
run: curl -v http://localhost:8529/
# - name: Curl Request
# run: curl -v http://localhost:8529/

- name: Pytest
run: |
Expand All @@ -108,4 +108,4 @@ jobs:
fi
echo "Running pytest with args: ${args[@]}"
pytest --cov=arango --cov-report=xml "${args[@]}"
pytest -k "test_client_good_connection" --cov=arango --cov-report=xml "${args[@]}"

0 comments on commit afb4698

Please sign in to comment.