Skip to content

Commit 08d369f

Browse files
committed
Add artifacts and test results
1 parent 391bc15 commit 08d369f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ jobs:
3131
- "/usr/local/lib/python3.6/site-packages"
3232
- run:
3333
name: Run Tests
34-
command: python manage.py test
34+
command: python manage.py test
35+
- store_artifacts:
36+
path: test-reports/
37+
destination: tr1
38+
- store_test_results:
39+
path: test-reports/

0 commit comments

Comments
 (0)