Skip to content

report test

report test #7

Workflow file for this run

name: Lighthouse CI
on: [pull_request]
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
urls: 'https://quickstarts.teradata.com/'
budgetPath: ./budget.json # test performance budgets
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
outputDirectory: /tmp/artifacts