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 f37c3dd commit ad665fcCopy full SHA for ad665fc
.github/workflows/test-actions.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Check if score meets the threshold
56
uses: actions/github-script@v7
57
env:
58
- PERFORMANCE_SCORE: ${{ steps.run-lighthouse-tests.outputs.rquth-performance-score }}
+ PERFORMANCE_SCORE: ${{ steps.run-lighthouse-tests.outputs.rquth-performance-median-score }}
59
THRESHOLD: 0.70
60
with:
61
script: |
0 commit comments