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 14ebec1 commit 493ec0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
# command: |
# TESTS=$(circleci tests glob "doajtest/unit/test_lib*.py" | circleci tests split)
# pytest -v --color=yes --code-highlight=yes --log-level=DEBUG --junitxml=test-results/doajtest-unit.xml $TESTS
- run:
name: Env for selenium
command: |
echo "SELENIUM_REMOTE_URL = ''" >> test.cfg
echo "SELENIUM_DOAJ_HOST = '127.0.0.1'" >> test.cfg
- run:
name: Install Dcoker Compose
environment:
Expand All @@ -57,6 +62,7 @@ jobs:
chmod +x ~/docker-compose
sudo mv ~/docker-compose /usr/local/bin/docker-compose
# - setup_remote_docker

- run:
name: DEBUGGING
command: |
Expand Down

0 comments on commit 493ec0c

Please sign in to comment.