From 46e7e1f56b1aa15909f728446f34038c4b271a4a Mon Sep 17 00:00:00 2001 From: InkoHX Date: Thu, 25 Apr 2024 01:06:01 +0900 Subject: [PATCH] :green_heart: update Lighthouse CI collect URL in workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9490332..127926b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: - name: Lighthouse CI - Collect run: | if [ "${{ github.ref }}" = "refs/heads/main" ]; then - pnpm dlx @lhci/cli@0.13.x collect -n 1 --url ${{ steps.vercel.outputs.deployment-url }} --url https://www.nexterias.dev - else + pnpm dlx @lhci/cli@0.13.x collect -n 1 --url https://www.nexterias.dev + else pnpm dlx @lhci/cli@0.13.x collect -n 1 --url ${{ steps.vercel.outputs.deployment-url }} fi