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 9, 2023
1 parent 8f4ab33 commit 71565be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:
- 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 >>
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 15
command: sleep 30

- run: ls -la $(pwd)/tests/static/

Expand Down

0 comments on commit 71565be

Please sign in to comment.