Skip to content

Commit 0fb43fe

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent 5bd9897 commit 0fb43fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/OCV-PR-Linux.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
- '24.04'
5757
- '22.04'
5858
- '20.04'
59-
- '24.04_asan'
59+
# TODO: enable later
60+
# - '24.04_asan'
6061
branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
6162
include:
6263
- version: '24.04'

run-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ runs:
3939
'--workdir=${{ inputs.workdir }}/${{ inputs.builddir }}' \
4040
'--bindir=bin' \
4141
'--logdir=.' \
42-
'--plan=scripts/${{ inputs.plan }}' \
4342
--suite=${{ join(fromJSON(inputs.suite), ' --suite=') }} \
4443
--filter=${{ join(fromJSON(inputs.filter), ' --filter=') }} \
44+
'--plan=scripts/${{ inputs.plan }}' \
4545
'--options=${{ inputs.options }}' \
4646
"--summary=$GITHUB_STEP_SUMMARY"
4747

0 commit comments

Comments
 (0)