Skip to content

Commit

Permalink
fixup! RISC-V: combine nightly builds into single job
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Feb 17, 2025
1 parent 8387656 commit f338c1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/OCV-Nightly-RISCV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
OPENCV_TEST_REQUIRE_DATA: 1
OPENCV_TEST_CHECK_OPTIONAL_DATA: 1
with:
workdir: "${{ matrix.remote && '' || env.HOME }}"
workdir: "${{ matrix.remote && '.' || env.HOME }}"
builddir: "${{ matrix.remote && '' || 'build' }}"
plan: "test-plan-riscv-${{ matrix.branch }}.json"
suite: "[ 'default' ]"
Expand All @@ -141,8 +141,8 @@ jobs:
enable_java: "false"
suffix: '${{ matrix.version }}_${{ matrix.branch }}'

- if: ${{ always() && env.WARNINGS == '1' }}
name: Warnings check
run: |
echo "::error Warnings have been found!"
exit 1
# - if: ${{ always() && env.WARNINGS == '1' }}
# name: Warnings check
# run: |
# echo "::error Warnings have been found!"
# exit 1

0 comments on commit f338c1a

Please sign in to comment.