Skip to content

Commit 5e9d80d

Browse files
committed
Fix arg
1 parent df58c79 commit 5e9d80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
command: |
299299
EXTRA_REPOS_ARG=""
300300
if [ "<<parameters.extra_repos>>" = "true" ]; then
301-
EXTRA_REPOS_ARG="--extra-repos"
301+
EXTRA_REPOS_ARG="--extra-repos=true"
302302
fi
303303
PYTEST_ARGS="${EXTRA_REPOS_ARG} --token ${CODEGEN_BOT_GHE_TOKEN} -o junit_suite_name=\"${CIRCLE_JOB}\" tests/codemod/test_parse.py"
304304
echo "Running tests with args: $PYTEST_ARGS"

0 commit comments

Comments
 (0)