-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use single config file and move script inside folder
Signed-off-by: Yash Khare <[email protected]>
- Loading branch information
1 parent
bad8f57
commit 5fb69c4
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ jobs: | |
- name: run Lighthouse CI for the Application | ||
run: | | ||
npm install -g @lhci/[email protected] | ||
lhci autorun --config=lighthouserc.json | ||
lhci autorun --config=lighthouserc.json --collect.url="http://localhost:3000" --collect.startServerCommand="npm run start" | ||
- name: run Lighthouse CI for Keploy.io Deployed Website | ||
run: | | ||
npm install -g @lhci/[email protected] | ||
lhci autorun --config=lighthouserckeploy.json | ||
lhci autorun --config=lighthouserc.json --collect.url="https://www.keploy.io" | ||
- name: Compare Lighthouse Reports | ||
run: | | ||
node compare-lhci-reports.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters