Skip to content

Commit 84ef4e1

Browse files
author
Arvid Paeglit
committed
added store_test_results to circleCI steps
1 parent 0d0f392 commit 84ef4e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
- run: poetry install && poetry build
1515
#poetry env info --path
1616
- run: poetry run pytest --maxfail=1 tests
17-
- store_test_results
17+
- store_test_results:
18+
path: ~/cli-project

0 commit comments

Comments
 (0)