Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Jun 9, 2024
1 parent 9bb44d7 commit f5ef986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ printf "\n* Completed audit of %s ! Scores are printed below:\n\n" "$REPORT_URL"
#printf "| SEO: %.0f\t|\n" "$(echo "$SCORE_SEO*100" | bc -l)"
#printf "| Progressive Web App: %.0f\t|\n" "$(echo "$SCORE_PWA*100" | bc -l)"
#printf "+-------------------------------+\n\n"
jq '.categories[] | @text "| \(.id): \(.score * 100) | \(.description) |"' "$OUTPUT_PATH/report.json"
# jq '.categories[] | @text "| \(.id): \((.score // 0) * 100) | \(.description) |"' "$OUTPUT_PATH/report.json"

# printf "* Detailed results are saved here, use https://github.com/actions/upload-artifact to retrieve them:\n"
printf " %s\n" "$OUTPUT_PATH/report.html"
Expand Down

0 comments on commit f5ef986

Please sign in to comment.