Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
new-user888 authored Oct 6, 2024
1 parent 975a6c7 commit abcef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run script to merge all the xml files
run: |
echo '<testExecutions version="1">' > test-report.xml
grep -v testExecutions coverage/xml/*.xml >> test-report.xml
grep -vh testExecutions coverage/xml/*.xml >> test-report.xml
echo '</testExecutions>' >> test-report.xml
cat test-report.xml
Expand Down

0 comments on commit abcef96

Please sign in to comment.