Skip to content

Commit

Permalink
💚 update Lighthouse CI collect URL in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
InkoHX committed Apr 24, 2024
1 parent ce21fda commit 46e7e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Lighthouse CI - Collect
run: |
if [ "${{ github.ref }}" = "refs/heads/main" ]; then
pnpm dlx @lhci/[email protected] collect -n 1 --url ${{ steps.vercel.outputs.deployment-url }} --url https://www.nexterias.dev
else
pnpm dlx @lhci/[email protected] collect -n 1 --url https://www.nexterias.dev
else
pnpm dlx @lhci/[email protected] collect -n 1 --url ${{ steps.vercel.outputs.deployment-url }}
fi
Expand Down

0 comments on commit 46e7e1f

Please sign in to comment.