Skip to content

Commit

Permalink
#3 did not honor skipping local config, created firebase config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvogelgesang committed Jan 6, 2023
1 parent b89a7a0 commit 36b6415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
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,4 +20,4 @@ jobs:
- name: lighthouse CI
run: |
npm install -g @lhci/cli@0.3.x
lhci autorun --no-lighthouserc --upload.target=temporary-public-storage --url=${{steps.firebase_output.outputs.urls}} || echo "LHCI failed!"
lhci autorun --config=./lighthouserc_firebase.json --upload.target=temporary-public-storage --url=${{steps.firebase_output.outputs.urls}} || echo "LHCI failed!"
11 changes: 0 additions & 11 deletions lighthouserc.json

This file was deleted.

0 comments on commit 36b6415

Please sign in to comment.