-
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.
make config file common and make routes visible
Signed-off-by: Yash Khare <[email protected]>
- Loading branch information
1 parent
5fb69c4
commit 0c0fed7
Showing
2 changed files
with
4 additions
and
9 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 --collect.url="http://localhost:3000" --collect.startServerCommand="npm run start" | ||
lhci autorun --config=lighthouserc.json --collect.url="http://localhost:3000" --collect.startServerCommand="npm run start" --upload.outputDir="./lhci-reports/app" | ||
- name: run Lighthouse CI for Keploy.io Deployed Website | ||
run: | | ||
npm install -g @lhci/[email protected] | ||
lhci autorun --config=lighthouserc.json --collect.url="https://www.keploy.io" | ||
lhci autorun --config=lighthouserc.json --collect.url="https://www.keploy.io" --upload.outputDir="./lhci-reports/keploy.io" | ||
- name: Compare Lighthouse Reports | ||
run: | | ||
node compare-lhci-reports.js | ||
node scripts/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