Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiiyer authored Nov 7, 2019
1 parent f61a976 commit 950642a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4

working_directory: ~/repo
working_directory: ~/webtech

steps:
- checkout
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
python manage.py test
python setup.py test
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 950642a

Please sign in to comment.