Skip to content

Commit

Permalink
#3 updates after running locally against preview instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mvogelgesang committed Jan 7, 2023
1 parent 1b94284 commit 67872f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- name: lighthouse CI
run: |
npm install -g @lhci/cli@0.3.x
lhci autorun --config=./lighthouserc_firebase.json --upload.target=temporary-public-storage --url=${{steps.firebase_output.outputs.urls}} || echo "LHCI failed!"
lhci collect --config=lighthouserc_firebase.json --url=${{steps.firebase_output.outputs.urls}} --no-lighthouserc || echo "LHCI failed!"
lhci upload --target=temporary-public-storage

0 comments on commit 67872f4

Please sign in to comment.