Skip to content

Commit fbee3d2

Browse files
committed
Test report merge export
1 parent 1853d01 commit fbee3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Agregagtion des résultats des tests
4545
if: success() || failure()
4646
run: |
47+
mkdir -p target/single-reports
4748
echo "<testsuite>" > target/single-reports/all-tests.xml
4849
for file in target/surefire-reports/*.xml; do
4950
grep "<testcase" "$file" >> target/single-reports/all-tests.xml

0 commit comments

Comments
 (0)