Skip to content

Commit 702373d

Browse files
added a run-nbs-preprod-tests:
1 parent 4b05c30 commit 702373d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,8 @@ endif
9898
run-vita-preprod-tests:
9999
poetry run pytest --env=preprod --log-cli-level=info tests/test_vita_integration_tests.py tests/test_upload_consumer_configs.py
100100

101+
run-nbs-preprod-tests:
102+
poetry run pytest --env=preprod --log-cli-level=info tests/test_nbs_integration_tests.py tests/test_upload_consumer_configs.py
103+
101104
run-unit-tests: guard-env guard-log_level
102105
poetry run pytest --env=${env} --log-cli-level=${log_level} tests/test_error_handling_utils.py -v

0 commit comments

Comments
 (0)