We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58c79 commit 5e9d80dCopy full SHA for 5e9d80d
.circleci/config.yml
@@ -298,7 +298,7 @@ jobs:
298
command: |
299
EXTRA_REPOS_ARG=""
300
if [ "<<parameters.extra_repos>>" = "true" ]; then
301
- EXTRA_REPOS_ARG="--extra-repos"
+ EXTRA_REPOS_ARG="--extra-repos=true"
302
fi
303
PYTEST_ARGS="${EXTRA_REPOS_ARG} --token ${CODEGEN_BOT_GHE_TOKEN} -o junit_suite_name=\"${CIRCLE_JOB}\" tests/codemod/test_parse.py"
304
echo "Running tests with args: $PYTEST_ARGS"
0 commit comments