Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
ObedVega committed Feb 21, 2024
1 parent 592f461 commit 4c1612e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ jobs:
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
urls: 'https://quickstarts.teradata.com/, https://quickstarts.teradata.com/getting-started-with-csae.html'
urls: 'https://quickstarts.teradata.com/,https://quickstarts.teradata.com/getting-started-with-csae.html'
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

0 comments on commit 4c1612e

Please sign in to comment.