[READ-ONLY] Mirror of https://github.com/lukebennett88/luke-ui. luke-ui.netlify.app/
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix visual baseline update workflow

Luke Bennett (Jul 5, 2026, 4:05 PM +1000) d8bf9e4e 410b4d03

+2 -2
+2 -2
.github/workflows/update-visual-baselines.yml
··· 42 42 run: corepack pnpm build:packages 43 43 44 44 - name: Update visual baselines 45 - run: corepack pnpm --filter @luke-ui/react run test:visual -- -u 45 + run: corepack pnpm --filter @luke-ui/react exec vp test run --project=visual --update 46 46 47 47 - name: Commit push updated baselines 48 48 run: | ··· 56 56 git push 57 57 # Pushes made by GITHUB_TOKEN do not re-trigger other 58 58 # workflows, so open PR's checks will not re-run automatically. 59 - # Re-run the failed checks on the PR (or push any commit) to pick up 59 + # Re-run failed checks on the PR (or push any commit) to pick up 60 60 # the new baselines. 61 61 echo "::notice::Baselines updated. Re-run PR checks to validate them." 62 62 fi