Skip to content

Commit c45c189

Browse files
committed
fix
1 parent d859226 commit c45c189

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/test_ya/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ runs:
125125
EXTRA_TAG=""
126126
;;
127127
esac
128-
129-
if [ ! -z "${{ inputs.additional_ya_make_args }}" ]; then
130-
extra_params+=(${{ inputs.additional_ya_make_args }})
131-
fi
132128
133129
testmo automation:resources:add-link --name build --url "$RUN_URL" --resources testmo.json
134130
testmo automation:resources:add-field --name git-sha --type string --value "${GITHUB_SHA:0:7}" --resources testmo.json
@@ -198,6 +194,10 @@ runs:
198194
;;
199195
esac
200196
197+
if [ ! -z "${{ inputs.additional_ya_make_args }}" ]; then
198+
params+=(${{ inputs.additional_ya_make_args }})
199+
fi
200+
201201
# Also build targets which are not in tests' dependencies
202202
params+=(--no-strip-idle-build-results)
203203

0 commit comments

Comments
 (0)