Skip to content

Commit 9dcbafb

Browse files
authored
Fixed YAML issue in 5.x contrib OSX precommit (#166)
1 parent 24ce29b commit 9dcbafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
348348
run: ./bin/opencv_test_ximgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
349349
working-directory: ${{ github.workspace }}/build
350-
- name: Accuracy:xobjdetect
350+
- name: Accuracy:xobjdetect
351351
timeout-minutes: 60
352352
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
353353
run: ./bin/opencv_test_xobjdetect --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}

0 commit comments

Comments
 (0)