Skip to content

Commit de25ecb

Browse files
committed
fix typo
1 parent fa83c12 commit de25ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collect-test-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "Test data directory not found"
3939
exit 1
4040
fi
41-
if [ ! -d "test/test_data/mixed_dicom" ]; then
41+
if [ ! -d "test/test_data/mixed_dicoms" ]; then
4242
echo "Mixed DICOM directory not found"
4343
exit 1
4444
fi

0 commit comments

Comments
 (0)