We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e342ac commit 91fec39Copy full SHA for 91fec39
.github/workflows/lighthouse.yml
@@ -12,8 +12,8 @@ on:
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
15
- # This workflow contains a single job called "build"
16
- build:
+ # This workflow contains a single job
+ static-dist-dir:
17
# The type of runner that the job will run on
18
runs-on: ubuntu-latest
19
@@ -26,9 +26,6 @@ jobs:
26
- name: Lighthouse CI Action
27
uses: treosh/lighthouse-ci-action@v2
28
with:
29
- # List of URL(s) to analyze
30
- urls: |
31
- http://localhost:8080/
32
budgetPath: '.github/lighthouse/budget.json' # test performance budgets
33
configPath: '.github/lighthouse/lighthouserc.json'
34
# Path to a LHCI lighthouserc.json file
0 commit comments