Skip to content

Commit

Permalink
ci: setup all pages that can run from lighthouse now
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Sep 20, 2024
1 parent 44731a1 commit 42c6c45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Setup Lighthouse
- name: Run Lighthouse
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
run: |
Expand Down
4 changes: 4 additions & 0 deletions lighthouserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ ci:
collect:
url:
- 'http://localhost:3000/en'
- 'http://localhost:3000/en/events'
- 'http://localhost:3000/en/news'
- 'http://localhost:3000/en/news/1'
- 'http://localhost:3000/en/about'
startServerCommand: 'bun run start'
upload:
target: 'temporary-public-storage'
Expand Down

0 comments on commit 42c6c45

Please sign in to comment.