diff --git a/libs/partners/robocorp/Makefile b/libs/partners/robocorp/Makefile index a8d7de2808..806fd2629c 100644 --- a/libs/partners/robocorp/Makefile +++ b/libs/partners/robocorp/Makefile @@ -5,11 +5,9 @@ all: help # Define a variable for the test file path. TEST_FILE ?= tests/unit_tests/ +integration_test integration_tests: TEST_FILE=tests/integration_tests/ -test: - poetry run pytest $(TEST_FILE) - -tests: +test tests integration_test integration_tests: poetry run pytest $(TEST_FILE)