Skip to content

fix artifact resolution #285

fix artifact resolution

fix artifact resolution #285

# 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