Skip to content

Commit 91fec39

Browse files
committed
fix: force lighthouse ci to check dist
1 parent 5e342ac commit 91fec39

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/lighthouse.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
15-
# This workflow contains a single job called "build"
16-
build:
15+
# This workflow contains a single job
16+
static-dist-dir:
1717
# The type of runner that the job will run on
1818
runs-on: ubuntu-latest
1919

@@ -26,9 +26,6 @@ jobs:
2626
- name: Lighthouse CI Action
2727
uses: treosh/lighthouse-ci-action@v2
2828
with:
29-
# List of URL(s) to analyze
30-
urls: |
31-
http://localhost:8080/
3229
budgetPath: '.github/lighthouse/budget.json' # test performance budgets
3330
configPath: '.github/lighthouse/lighthouserc.json'
3431
# Path to a LHCI lighthouserc.json file

0 commit comments

Comments
 (0)