Skip to content

Commit

Permalink
chore: updated lighthouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra committed Feb 7, 2024
1 parent 8a3a4c6 commit 6a22dfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ jobs:
- name: Run Lighthouse on urls and validate with lighthouserc
uses: treosh/lighthouse-ci-action@v11
with:
url: ${{ steps.post_preview_comments.outputs.url }}
script: |
console.log( URL:", steps.post_preview_comments.outputs.url); // Log the URL
urls: ${{ steps.post_preview_comments.outputs.url }}
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage

Expand Down

0 comments on commit 6a22dfd

Please sign in to comment.