File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2727 using : composite
2828 steps :
2929 - name : Set up xmlstarlet
30+ shell : bash
3031 run : sudo apt update && sudo apt install -y xmlstarlet
3132
3233 - name : Checkout JUnit reports
5253 - name : Clean up JUnit reports
5354 if : ${{ inputs.cleanup-junit-reports }}
5455 working-directory : junit-reports-artifact
56+ shell : bash
5557 run : |
5658 echo -n "JUnit report size before cleanup: "
5759 du -sch *.xml | tail -n 1 | cut -f1
6466 - name : Delete old JUnit reports
6567 if : ${{ inputs.delete-old-junit-reports }}
6668 working-directory : junit-reports
69+ shell : bash
6770 run : git rm *.xml || true
6871
6972 - name : Copy new JUnit reports
73+ shell : bash
7074 run : cp junit-reports-artifact/*.xml junit-reports/
7175
7276 - name : Update JUnit reports
You can’t perform that action at this time.
0 commit comments