Browse Source

fix: lighthouse ci OOM (#24654)

pull/24658/head
偏右 5 years ago
committed by GitHub
parent
commit
18e3e42120
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lighthouse-ci.yml

2
.github/workflows/lighthouse-ci.yml

@ -7,5 +7,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install && npm install -g @lhci/cli@0.4.x
- run: npm run site
- run: ESBUILD=1 npm run site
- run: lhci autorun --upload.target=temporary-public-storage

Loading…
Cancel
Save