Browse Source

💚 update reference to autoapp.py

tests
Pierre 6 years ago
parent
commit
addf2649cb
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -38,7 +38,7 @@ jobs: # A basic unit of work in a run
- "venv" - "venv"
- run: - run:
command: | command: |
pipenv run python manage.py test
pipenv run python autoapp.py test
- store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/ - store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
path: test-results path: test-results
- store_artifacts: # Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ - store_artifacts: # Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/

Loading…
Cancel
Save