Skip to content

Commit

Permalink
update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 23, 2023
1 parent 5e53e52 commit 8ede7aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
echo "ELASTICSEARCH_HOSTS = [{'host': 'localhost', 'port': 9200}]" > test.cfg
python portality/cms/build_fragments.py
python portality/cms/build_sass.py
- run:
name: Run unit tests
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: Run unit tests
# 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: Install Dcoker Compose
environment:
Expand All @@ -43,6 +43,7 @@ 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
- setup_remote_docker
- run:
name: DEBUGGING
command: |
Expand Down

0 comments on commit 8ede7aa

Please sign in to comment.