File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.github/actions/nr-report-build-size Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ runs:
1515 run : npm install --silent --no-progress --prefix $GITHUB_ACTION_PATH/..
1616 shell : bash
1717 - name : Get local stats
18- id : get-stats
19- run : |
20- rum=$(cat ./build/nr-rum-standard.stats.json); echo "rum=$rum" >> $GITHUB_OUTPUT;
21- full=$(cat ./build/nr-full-standard.stats.json); echo "full=$full" >> $GITHUB_OUTPUT;
22- spa=$(cat ./build/nr-spa-standard.stats.json); echo "spa=$spa" >> $GITHUB_OUTPUT;
18+ id : get-stats
19+ run : |
20+ rum=$(cat ./build/nr-rum-standard.stats.json); echo "rum=$rum" >> $GITHUB_OUTPUT;
21+ full=$(cat ./build/nr-full-standard.stats.json); echo "full=$full" >> $GITHUB_OUTPUT;
22+ spa=$(cat ./build/nr-spa-standard.stats.json); echo "spa=$spa" >> $GITHUB_OUTPUT;
2323 - name : Report rum size to NR
2424 uses : metal-messiah/webpack-build-size-action@main
2525 with :
You can’t perform that action at this time.
0 commit comments