Skip to content

Commit a057ee7

Browse files
committed
ci: remove lighthouse push check
1 parent e8eb6fa commit a057ee7

1 file changed

Lines changed: 1 addition & 38 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -268,43 +268,6 @@ jobs:
268268
apps/web/e2e/screenshots/
269269
retention-days: 7
270270

271-
lighthouse:
272-
name: Lighthouse Performance
273-
needs: [unit-tests, build]
274-
runs-on: ubuntu-latest
275-
steps:
276-
- name: Checkout code
277-
uses: actions/checkout@v4
278-
279-
- name: Setup pnpm
280-
uses: pnpm/action-setup@v4
281-
with:
282-
version: 10.33.0
283-
284-
- name: Setup Node.js
285-
uses: actions/setup-node@v4
286-
with:
287-
node-version-file: '.nvmrc'
288-
cache: 'pnpm'
289-
290-
- name: Install dependencies
291-
run: pnpm install --frozen-lockfile
292-
293-
- name: Download build artifacts
294-
uses: actions/download-artifact@v4
295-
with:
296-
name: build-output
297-
path: apps/web/
298-
299-
- name: Run Lighthouse CI
300-
uses: treosh/lighthouse-ci-action@v11
301-
with:
302-
configPath: './apps/web/.lighthouserc.json'
303-
uploadArtifacts: true
304-
temporaryPublicStorage: true
305-
env:
306-
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
307-
308271
security-scan:
309272
name: Security Scan
310273
runs-on: ubuntu-latest
@@ -332,7 +295,7 @@ jobs:
332295
all-checks:
333296
name: All Checks Passed
334297
runs-on: ubuntu-latest
335-
needs: [rule-structure, guide-validation, lint, typecheck, unit-tests, build, e2e-tests]
298+
needs: [rule-structure, guide-validation, lint, typecheck, unit-tests, build, e2e-tests, security-scan]
336299
if: always()
337300
steps:
338301
- name: Check all job results

0 commit comments

Comments
 (0)