Skip to content

Commit d701c13

Browse files
committed
Fix GHA complaint
1 parent 3063bb0 commit d701c13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/jobs/unit-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ cp $ARTIFACTS/unit-tests.xml $DIR/
4242
touch ${DIR}/webapp/var/log/test.log
4343
cp ${DIR}/webapp/var/log/*.log "$ARTIFACTS"/
4444

45+
# Store the unit tests also in the root for the GHA
46+
cp $ARTIFACTS/unit-tests.xml $DIR/
47+
4548
set -e
4649
CNT=0
4750
THRESHOLD=32

0 commit comments

Comments
 (0)