Skip to content

Commit e672139

Browse files
committed
Split unit and e2e tests in CI
1 parent 07f1256 commit e672139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
poetry run isort
2727
poetry run safety check --json > test-reports/safety/results.json
2828
poetry run mypy openapi_python_client --junit-xml=test-reports/mypy/results.xml
29-
poetry run pytest --junitxml=test-reports/pytest/results.xml --cov=openapi_python_client
29+
poetry run pytest --junitxml=test-reports/pytest/results.xml --cov=openapi_python_client tests
30+
poetry run pytest end_to_end_tests
3031
poetry run coverage xml
3132
- store_test_results:
3233
path: test-reports

0 commit comments

Comments
 (0)