Merge pull request #125 from nossas/feat/agua-mais-cara-nao #301
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
name: Lighthouse | |
on: push | |
jobs: | |
lighthouse: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Lighthouse on urls and validate with lighthouserc | |
uses: treosh/lighthouse-ci-action@v8 | |
with: | |
urls: | | |
https://nossas-org.staging.bonde.org | |
https://nossas.org | |
uploadArtifacts: true # save results as an action artifacts | |
temporaryPublicStorage: true # upload lighthouse report to the temporary storage |