Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 9, 2023
1 parent 6537d17 commit 6e92356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@ jobs:
steps:
- checkout
- setup_remote_docker

- run:
name: Set Up Docker Container
command: |
chmod +x starter.sh
./starter.sh << parameters.arangodb_config >> << parameters.arangodb_edition >> << parameters.arangodb_version >>
- run:
name: "Install Dependencies"
command: pip install -e .[dev] pytest

- run:
name: "Sleep"
command: sleep 30

- run: ls -la $(pwd)/tests/static/
# - run:
# name: "Sleep"
# command: sleep 15

- run: docker ps -a

- run: docker logs arango
# - run: docker logs arango

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python_version: ["3.10"] # ["3.8", "3.9", "3.10", "3.11", "3.12"]
arangodb_config: ["single", "cluster"]
arangodb_edition: ["community", "enterprise"]
arangodb_version: ["latest"] # ["3.10.10", "3.11.4", "latest"]
arangodb_version: ["3.10.10", "3.11.4", "latest"] # ["3.10.10", "3.11.4", "latest"]

steps:
- name: Checkout code
Expand Down

0 comments on commit 6e92356

Please sign in to comment.