Skip to content

Commit 1280b8c

Browse files
authored
Update test_preconfigured_boundingboxes.yml
1 parent 6d6431c commit 1280b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_preconfigured_boundingboxes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- 'map/**.json'
7-
- 'features/images/*,'
7+
- 'features/images/**.json,'
88
tags: ["**"]
99

1010

@@ -39,4 +39,4 @@ jobs:
3939
run: |
4040
export SIIBRA_USE_CONFIGURATION='./'
4141
export TEST_ALL_PRECONF_BBOXES='True'
42-
pytest ../siibra-python/e2e/volumes/test_preconfigured_boundingbox.py
42+
pytest ../siibra-python/e2e/volumes/test_preconfigured_boundingbox.py

0 commit comments

Comments
 (0)