fix lhciCliPath resolve #292
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This pass/fails a build with LHCI assertions via an rc-file. | |
name: LHCI-assert-on-lighthouserc | |
on: push | |
jobs: | |
assert-on-lighthouserc: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Lighthouse on urls and validate with lighthouserc | |
uses: ./ | |
with: | |
urls: 'https://exterkamp.codes/' | |
configPath: '.github/lighthouse/lighthouserc-assertions.json' | |
uploadArtifacts: true |