Skip to content

Commit 5d1c4a2

Browse files
chore: Fix storing test results at CI.
1 parent fa415e0 commit 5d1c4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- run: PYTEST_ADDOPTS=--junitxml=test-results/junit.xml TOXENV=py37 make ci-test
3434
- run: make coveralls
3535
- store_test_results:
36-
path: test-results
36+
path: test-results
3737
- store_artifacts:
38-
path: test-results
38+
path: test-results
3939

4040
deploy:
4141
docker: *py37

0 commit comments

Comments
 (0)