Skip to content

Commit

Permalink
add empty JUnit output
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra authored and upadhyeammit committed Dec 9, 2024
1 parent 916a157 commit 23b33e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ source $CICD_ROOT/build.sh
source $CICD_ROOT/deploy_ephemeral_env.sh

# Run iqe-ros somke tests with ClowdJobInvocation
# source $CICD_ROOT/cji_smoke_test.sh # require revisit after the new backed is up
# source $CICD_ROOT/cji_smoke_test.sh # require revisit after the new backend is up

mkdir -p $WORKSPACE/artifacts
cat << EOF > ${WORKSPACE}/artifacts/junit-dummy.xml
<testsuite tests="1">
<testcase classname="dummy" name="dummytest"/>
</testsuite>
EOF

0 comments on commit 23b33e7

Please sign in to comment.