Skip to content

Commit

Permalink
[fix] Lighthouse Check step
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Dec 3, 2024
1 parent aa96797 commit 6d50738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Verify Lighthouse Desktop Results
uses: foo-software/lighthouse-check-status-action@v3.0.1
with:
lighthouseCheckResults: ${{ steps.lighthouseCheck.outputs.lighthouseDesktop }}
lighthouseCheckResults: ${{ steps.lighthouseDesktop.outputs.lighthouseCheckResults }}
minAccessibilityScore: "80"
minBestPracticesScore: "80"
minPerformanceScore: "40"
Expand All @@ -136,7 +136,6 @@ jobs:
- name: Verify Lighthouse Mobile Results
uses: foo-software/lighthouse-check-status-action@v3.0.1
with:
lighthouseCheckResults: ${{ steps.lighthouseCheck.outputs.lighthouseMobile }}
lighthouseCheckResults: ${{ steps.lighthouseMobile.outputs.lighthouseCheckResults }}
minAccessibilityScore: "80"
minBestPracticesScore: "80"
Expand Down

0 comments on commit 6d50738

Please sign in to comment.