Skip to content

Commit 19d246a

Browse files
Stabilize investor-facing CI surfaces
1 parent 0791a0e commit 19d246a

6 files changed

Lines changed: 29 additions & 13 deletions

File tree

.github/workflows/lighthouse-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install dependencies
3838
working-directory: ${{ matrix.working-directory }}
39-
run: npm ci
39+
run: npm install --no-fund --no-audit
4040

4141
- name: Build
4242
working-directory: ${{ matrix.working-directory }}
@@ -59,6 +59,7 @@ jobs:
5959

6060
terraqura-lighthouse:
6161
name: Lighthouse - TerraQura
62+
if: ${{ hashFiles('dApps/terraqura/**') != '' }}
6263
runs-on: ubuntu-latest
6364
steps:
6465
- name: Checkout repository

dApps/cruzible/lighthouserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
ci: {
33
collect: {
4-
startServerCommand: "npm run start",
4+
startServerCommand: "npm --prefix dApps/cruzible run start",
55
startServerReadyPattern: "ready on",
66
url: [
77
"http://localhost:3000/",

dApps/noblepay/lighthouserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
ci: {
33
collect: {
4-
startServerCommand: 'npm run start',
4+
startServerCommand: 'npm --prefix dApps/noblepay run start',
55
startServerReadyPattern: 'ready on',
66
url: [
77
'http://localhost:3002/',

dApps/shiora/lighthouserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
ci: {
33
collect: {
4-
startServerCommand: 'npm run start',
4+
startServerCommand: 'npm --prefix dApps/shiora run start',
55
startServerReadyPattern: 'ready on',
66
url: [
77
'http://localhost:3001/',

dApps/zeroid/lighthouserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
ci: {
33
collect: {
4-
startServerCommand: 'npm run start',
4+
startServerCommand: 'npm --prefix dApps/zeroid run start',
55
startServerReadyPattern: 'ready on',
66
url: [
77
'http://localhost:3003/',

tools/cli/seal-verifier/package-lock.json

Lines changed: 23 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)