From 4c1612ee8a94cceb2640f8916cbd148629c67784 Mon Sep 17 00:00:00 2001 From: obed vega Date: Wed, 21 Feb 2024 13:25:22 -0800 Subject: [PATCH] workflow test --- .github/workflows/lighthouse.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 320fbc1..b16b384 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -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 \ No newline at end of file