add bundle size to PR comment

pull/893/head
Mike Barry 2024-05-23 05:18:40 -04:00
rodzic fb1d0e3bd6
commit b7d5141d67
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -35,8 +35,10 @@ jobs:
run: |
cat build-info/branchlogs.txt | sed -n '/^.*Tile stats/,/\tfeatures\t/p' > branchsummary.txt
cat build-info/branchlogs.txt | sed -n '/^.*Exception in thread/,$p' >> branchsummary.txt
cat build-info/branchlogs.txt | grep run.jar >> branchsummary.txt
cat build-info/baselogs.txt | sed -n '/^.*Tile stats/,/\tfeatures\t/p' > basesummary.txt
cat build-info/baselogs.txt | sed -n '/^.*Exception in thread/,$p' >> basesummary.txt
cat build-info/baselogs.txt | grep run.jar >> basesummary.txt
cat << EOF > comment-body.txt
<table>