Skip to content

Commit

Permalink
fix: force lighthouse ci to check dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sniperadmin committed May 7, 2020
1 parent 5e342ac commit 91fec39
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

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

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

0 comments on commit 91fec39

Please sign in to comment.