We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70b72f commit 3fc9becCopy full SHA for 3fc9bec
.circleci/config.yml
@@ -81,7 +81,7 @@ jobs:
81
- run:
82
name: Import Tests using BATS
83
command: |
84
- export BATS_IMPORT_DEV_ORB="eddiewebb/<<pipeline.parameters.orbname>>@dev:${PR_NUMBER}"
+ export BATS_IMPORT_DEV_ORB="eddiewebb/<<pipeline.parameters.orbname>>@dev:${PR_NUMBER:-${CIRCLE_BRANCH}}"
85
export BATS_TEST_LIST=$(bats -l test | circleci tests split --split-by=timings | tr '\n' ' ')
86
echo "This node will run ${BATS_TEST_LIST}"
87
mkdir -p reports
0 commit comments