From 566b797860f1d7f435fc07917cc982b2eb47829f Mon Sep 17 00:00:00 2001 From: Charlie Doern Date: Fri, 18 Jul 2025 08:45:44 -0400 Subject: [PATCH] fix: trigger integration tests on all test changes Signed-off-by: Charlie Doern --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a5883daf7..0b6c1be3b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -7,7 +7,7 @@ on: branches: [ main ] paths: - 'llama_stack/**' - - 'tests/integration/**' + - 'tests/**' - 'uv.lock' - 'pyproject.toml' - 'requirements.txt'