Skip to content

Commit

Permalink
Fix GHA complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 8, 2024
1 parent 7377c64 commit b08de7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/jobs/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ UNITSUCCESS=$?
touch ${DIR}/webapp/var/log/test.log
cp ${DIR}/webapp/var/log/*.log "$ARTIFACTS"/

# Store the unit tests also in the root for the GHA
cp $ARTIFACTS/unit-tests.xml $DIR/

set -e
CNT=0
THRESHOLD=32
Expand Down

0 comments on commit b08de7f

Please sign in to comment.