Skip to content

Commit 63b81d9

Browse files
Merge pull request #2368 from NCCE/3017-remove-lighthouse-checks-from-ci
Removing lighthouse from the CI pipeline
2 parents 8c1df4c + e698962 commit 63b81d9

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ jobs:
8686
command: |
8787
mkdir ~/rspec
8888
bundle exec rspec --format progress --format RspecJunitFormatter -o ~/rspec/rspec.xml
89-
- run:
90-
name: Install Lighthouse
91-
command: sudo npm install -g @lhci/cli@0.8.x
92-
- run:
93-
name: Run Lighthouse
94-
command: lhci autorun
9589
- store_test_results:
9690
path: ~/rspec
9791
- store_artifacts:

lighthouserc.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)