Skip to content

Commit ad665fc

Browse files
authored
feat(run-lhci-test): output all the scores (#20)
1 parent f37c3dd commit ad665fc

File tree

3 files changed

+67
-32
lines changed

3 files changed

+67
-32
lines changed

.github/workflows/test-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Check if score meets the threshold
5656
uses: actions/github-script@v7
5757
env:
58-
PERFORMANCE_SCORE: ${{ steps.run-lighthouse-tests.outputs.rquth-performance-score }}
58+
PERFORMANCE_SCORE: ${{ steps.run-lighthouse-tests.outputs.rquth-performance-median-score }}
5959
THRESHOLD: 0.70
6060
with:
6161
script: |

0 commit comments

Comments
 (0)