Skip to content

Commit

Permalink
Merge pull request #75 from davorpa/74-ci-lighthouse-workflow-ends-wi…
Browse files Browse the repository at this point in the history
…th-exit-code-2
  • Loading branch information
davorpa committed Jun 30, 2023
2 parents 48ebfb1 + 0892fe9 commit e6aaddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
npm install -g --no-fund --no-audit lighthouse-badges
- name: Generate LightHouse badges
run: |
lighthouse-badges --save-report --output target/lighthouse --urls "${{ steps.vars.outputs.deploy-url }}"
lighthouse-badges --save-report --output target/lighthouse --url "${{ steps.vars.outputs.deploy-url }}"
- name: Upload lighthouse artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e6aaddc

Please sign in to comment.