We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac68144 commit 064aff9Copy full SHA for 064aff9
.circleci/config.yml
@@ -40,8 +40,8 @@ jobs:
40
. venv/bin/activate
41
export PYTHONPATH=./stub
42
mkdir test-reports
43
- python3 -m unittest test/*_test.py > test-reports/test_report.txt 2>&1
44
-
+ python3 -m unittest test/*_test.py 2>&1 | tee test-reports/test_report.txt
+ echo "test complete"
45
- store_artifacts:
46
path: test-reports/
47
destination: tr1
0 commit comments