robocorp[patch]: run integration tests on release (#19358)

This commit is contained in:
Erick Friis
2024-03-20 12:31:12 -07:00
committed by GitHub
parent a031c183ae
commit 2bcd760c46

View File

@@ -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)