Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 23, 2023
1 parent 8ec8ca0 commit 045afe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2.1
orbs:
python: circleci/[email protected]
browser-tools: circleci/[email protected]

jobs:
build-and-test:
Expand Down Expand Up @@ -62,13 +63,14 @@ jobs:
# chmod +x ~/docker-compose
# sudo mv ~/docker-compose /usr/local/bin/docker-compose
# - setup_remote_docker

- browser-tools/install-chrome
- run:
name: DEBUGGING
command: |
cat 'docker/docker-compose.yml'
which docker-compose
cat test.cfg
google-chrome --version
# - run:
# name: Run docker for selenium tests
# command: |
Expand Down

0 comments on commit 045afe4

Please sign in to comment.