Skip to content

Commit e98c229

Browse files
committed
Workflow: Fixed floor value
1 parent e5193ec commit e98c229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
FIELDS=("performance" "accessibility")
9494
TOLERANCE=0.05
95-
FLOOR_VALUE=90
95+
FLOOR_VALUE=0.90
9696
for FIELD in "${FIELDS[@]}"; do
9797
PR_VALUE=$(cat lighthouse-reports/pr-report.json | jq -r ".categories.$FIELD.score")
9898
MAIN_VALUE=$(cat lighthouse-reports/main-report.json | jq -r ".categories.$FIELD.score")

0 commit comments

Comments
 (0)