From 1280b8cce7569af2108c0fd05319846b986add67 Mon Sep 17 00:00:00 2001 From: Ahmet Nihat Simsek <69900321+AhmetNSimsek@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:27:35 +0100 Subject: [PATCH] Update test_preconfigured_boundingboxes.yml --- .github/workflows/test_preconfigured_boundingboxes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_preconfigured_boundingboxes.yml b/.github/workflows/test_preconfigured_boundingboxes.yml index 183df89f..4a81ce8b 100644 --- a/.github/workflows/test_preconfigured_boundingboxes.yml +++ b/.github/workflows/test_preconfigured_boundingboxes.yml @@ -4,7 +4,7 @@ on: push: paths: - 'map/**.json' - - 'features/images/*,' + - 'features/images/**.json,' tags: ["**"] @@ -39,4 +39,4 @@ jobs: run: | export SIIBRA_USE_CONFIGURATION='./' export TEST_ALL_PRECONF_BBOXES='True' - pytest ../siibra-python/e2e/volumes/test_preconfigured_boundingbox.py \ No newline at end of file + pytest ../siibra-python/e2e/volumes/test_preconfigured_boundingbox.py