kopia lustrzana https://github.com/onthegomap/planetiler
add bundle size to PR comment
rodzic
fb1d0e3bd6
commit
b7d5141d67
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue