Skip to content

Commit

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

0 comments on commit 0e984d5

Please sign in to comment.