Skip to content

Commit

Permalink
fix on desktop report configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Aug 2, 2024
1 parent 605ee6d commit 8ad1df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uploadArtifacts: true
temporaryPublicStorage: true
runs: 5
uploadExtraArgs: "--reportFilenamePattern='%%HOSTNAME%%-%%PATHNAME%%-%%DATETIME%%.report-desktop.%%EXTENSION%%'"
uploadExtraArgs: '--reportFilenamePattern="%%HOSTNAME%%-%%PATHNAME%%-%%DATETIME%%.report-desktop.%%EXTENSION%%"'
- name: Format Lighthouse Desktop score
uses: actions/github-script@v7
id: format_lighthouse_desktop_score
Expand Down

0 comments on commit 8ad1df5

Please sign in to comment.