diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 887869ed9e..4d1106679b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,7 +112,9 @@ jobs: - name: Run Lighthouse on urls and validate with lighthouserc uses: treosh/lighthouse-ci-action@v11 with: - url: ${{ steps.post_preview_comments.outputs.url }} + script: | + console.log( URL:", steps.post_preview_comments.outputs.url); // Log the URL + urls: ${{ steps.post_preview_comments.outputs.url }} uploadArtifacts: true # save results as an action artifacts temporaryPublicStorage: true # upload lighthouse report to the temporary storage