We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1853d01 commit fbee3d2Copy full SHA for fbee3d2
.github/workflows/ci-testing.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Agregagtion des résultats des tests
45
if: success() || failure()
46
run: |
47
+ mkdir -p target/single-reports
48
echo "<testsuite>" > target/single-reports/all-tests.xml
49
for file in target/surefire-reports/*.xml; do
50
grep "<testcase" "$file" >> target/single-reports/all-tests.xml
0 commit comments