Skip to content

Commit 0d41eee

Browse files
committed
Create the TEST_RESULTS_FILE parent directory
1 parent 388e784 commit 0d41eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
# Only one exists, CirclePlugin will try to look for both so we're good.
282282
if [[ -n "$circle_exists" ]]; then
283283
echo "Copying over circle test results file for caching"
284+
mkdir -p "$(dirname "$TEST_RESULTS_FILE")"
284285
cp "$CIRCLE_TEST_RESULTS_FILE" "$TEST_RESULTS_FILE"
285286
fi
286287
exit 0

0 commit comments

Comments
 (0)