Skip to content

Commit 23b33e7

Browse files
r14chandraupadhyeammit
authored andcommitted
add empty JUnit output
1 parent 916a157 commit 23b33e7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pr_check.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@ source $CICD_ROOT/build.sh
2525
source $CICD_ROOT/deploy_ephemeral_env.sh
2626

2727
# Run iqe-ros somke tests with ClowdJobInvocation
28-
# source $CICD_ROOT/cji_smoke_test.sh # require revisit after the new backed is up
28+
# source $CICD_ROOT/cji_smoke_test.sh # require revisit after the new backend is up
29+
30+
mkdir -p $WORKSPACE/artifacts
31+
cat << EOF > ${WORKSPACE}/artifacts/junit-dummy.xml
32+
<testsuite tests="1">
33+
<testcase classname="dummy" name="dummytest"/>
34+
</testsuite>
35+
EOF

0 commit comments

Comments
 (0)