We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7ed2e commit b17d1afCopy full SHA for b17d1af
.github/jobs/unit-tests.sh
@@ -36,7 +36,7 @@ php $phpcov webapp/bin/phpunit -c webapp/phpunit.xml.dist webapp/tests/$unittest
36
UNITSUCCESS=$?
37
38
# Store the unit tests also in the root for the GHA
39
-cp $ARTIFACTS/unit-tests.xml $DIR/
+cp $ARTIFACTS/unit-tests.xml $DIR/unit-tests-${version}-${unittest}.xml
40
41
# Make sure the log exists before copy
42
touch ${DIR}/webapp/var/log/test.log
0 commit comments