We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5193ec commit e98c229Copy full SHA for e98c229
.github/workflows/build-push.yml
@@ -92,7 +92,7 @@ jobs:
92
run: |
93
FIELDS=("performance" "accessibility")
94
TOLERANCE=0.05
95
- FLOOR_VALUE=90
+ FLOOR_VALUE=0.90
96
for FIELD in "${FIELDS[@]}"; do
97
PR_VALUE=$(cat lighthouse-reports/pr-report.json | jq -r ".categories.$FIELD.score")
98
MAIN_VALUE=$(cat lighthouse-reports/main-report.json | jq -r ".categories.$FIELD.score")
0 commit comments