Skip to content

Commit

Permalink
chore: dump output
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly authored Oct 12, 2023
1 parent 46c43f0 commit 21db928
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ jobs:
with:
urls: |
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/docs/installation
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/blog
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/docs/installation
configPath: ./.github/workflows/lighthouserc.json
uploadArtifacts: true
temporaryPublicStorage: true
env:
PR_NUMBER: ${{ github.event.pull_request.number}}

- name: Dump steps.lighthouse_audit.outputs
id: github_context_step
run: echo '${{ toJSON(steps.lighthouse_audit.outputs) }}'

- name: Format lighthouse score
id: format_lighthouse_score
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
Expand Down

0 comments on commit 21db928

Please sign in to comment.