From 2259ee357f571b77ca864106ebb93f77162d8ab9 Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Sat, 16 Nov 2024 17:35:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20also=20detect=20common=20other?= =?UTF-8?q?=20Python=20test=20changes=20(#48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/reusable-change-detection.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-change-detection.yml b/.github/workflows/reusable-change-detection.yml index c8ed874..f60148c 100644 --- a/.github/workflows/reusable-change-detection.yml +++ b/.github/workflows/reusable-change-detection.yml @@ -99,7 +99,8 @@ jobs: extern/** include/** src/** - test/python/** + test/**/*.py + tests/**/*.py noxfile.py pyproject.toml uv.lock