Skip to content

Commit

Permalink
devops: debug github actions (#71)
Browse files Browse the repository at this point in the history
* devops: debug github actions

* devops: use actions/checkout v4

* devops: add protocol to lhci url
  • Loading branch information
gaboesquivel authored Apr 6, 2024
1 parent 8192a36 commit 20ccde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
vercel_team_id: team_7PAgeqjbXkY6qdxNIEKLbVSC
- name: Get URL
run: echo "https://${{ steps.vercel_preview_url.outputs.preview_url }}"
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Audit preview URL with Lighthouse
id: lighthouse_audit
uses: treosh/lighthouse-ci-action@v3
with:
urls: |
${{ steps.vercel_preview_url.outputs.vercel_preview_url }}
"https://${{ steps.vercel_preview_url.outputs.preview_url }}"
uploadArtifacts: true
temporaryPublicStorage: true
- name: Format lighthouse score
Expand Down

0 comments on commit 20ccde0

Please sign in to comment.