fix(deps): update dependency @lhci/cli to ^0.14.0 #237
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
on: | |
push: | |
branches: ["*"] | |
paths: | |
- lhci/** | |
- .github/workflows/lhci.yml | |
pull_request: | |
branches: ["*"] | |
paths: | |
- lhci/** | |
- .github/workflows/lhci.yml | |
name: Test lhci action | |
jobs: | |
tests-report: | |
runs-on: ubuntu-latest | |
name: lhci action | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./lhci | |
with: | |
url: https://opentermsarchive.org,https://domifa.fabrique.social.gouv.fr | |
language: fr | |
- shell: bash | |
name: test url with french redirection | |
run: | | |
cat .lighthouseci/*.json | grep '"finalUrl": "https://opentermsarchive.org/fr"' | |
- shell: bash | |
name: test second URL | |
run: | | |
cat .lighthouseci/*.json | grep '"finalUrl": "https://domifa.fabrique.social.gouv.fr/"' |