Skip to content

Commit

Permalink
add Install Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 23, 2023
1 parent 697c25d commit 5e5c7ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
curl -L "https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o ~/docker-compose
chmod +x ~/docker-compose
sudo mv ~/docker-compose /usr/local/bin/docker-compose
- run:
name: DEBUGGING
command: |
cat 'docker/docker-compose.yml up -d'
which docker-compose
- run:
name: Run docker for selenium tests
command: |
Expand Down

0 comments on commit 5e5c7ca

Please sign in to comment.