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

pull/19363/head
Erick Friis 6 months ago committed by GitHub
parent a031c183ae
commit 2bcd760c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save