You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"The current branch (${CIRCLE_BRANCH}) does not match the regex specified in the when-branch-matches parameter ($INPUT_WHEN_BRANCH_MATCHES). Skipping BuildPulse upload."
@@ -32,13 +38,15 @@ else
32
38
REPOSITORY_ID=$INPUT_REPOSITORY_ID
33
39
fi
34
40
41
+
forpathin$INPUT_PATH;do
42
+
if [ !-e"$path" ]
43
+
then
44
+
echo"🐛 The given path does not exist: $path"
45
+
echo"🧰 To resolve this issue, set the 'path' parameter to the location of your XML test report(s)."
46
+
exit 1
47
+
fi
48
+
done
35
49
REPORT_PATH="${INPUT_PATH}"
36
-
if [ !-d"$REPORT_PATH" ]
37
-
then
38
-
echo"The given report path is not a directory: ${REPORT_PATH}"
39
-
echo"To resolve this issue, set the buildpulse/upload 'path' parameter to the directory that contains your test report(s)."
0 commit comments