LF-4779 - Repair Chromatic GitHub action workflow#4231
Merged
kathyavini merged 2 commits intoJun 30, 2026
Conversation
kathyavini
reviewed
Jun 30, 2026
kathyavini
left a comment
Collaborator
There was a problem hiding this comment.
Thank you so much!!! This has been failing for so long I don't know if I've ever even seen what it looks like when Chromatic catches a regression. I can't wait!!! 😁 Fantastic!
| run: ./node_modules/.bin/chromatic --project-token ${{ secrets.CHROMATIC_PROJECT_TOKEN }} | ||
| run: pnpm install --frozen-lockfile | ||
| - name: Run Chromatic | ||
| uses: chromaui/action@latest |
Collaborator
There was a problem hiding this comment.
May we pin this version, just to safe? It has failed so long I don't want it to regress again with package update 😂
Either @17 or even the SHA from the passing workflow would be great!
chromaui/action@98132da0fca2211fb41b3af7b49ce85176007851 # v17.8.0
dd30f3e to
a32d138
Compare
a32d138 to
e5a4723
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes the Chromatic deployment workflow from GH Actions, I also added a small fix in one of the stories (if that's the correct name) in order to see the whole workflow run green... perhaps this last thing is not the way it should be addressed therefore it would be ok to disregard it from the PR and fix it in another PR properly.
I updated some actions versions too to avoid warnings related to old node usage.
Jira link: https://lite-farm.atlassian.net/browse/LF-4779
Type of change
How Has This Been Tested?
Passing workflow:
https://github.com/LiteFarmOrg/LiteFarm/actions/runs/28401037350
Checklist:
pnpm i18nto help with this)