Skip to content

Commit

Permalink
Change chromatic GH step to be explicit about the testing part
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrade committed Nov 28, 2024
1 parent 8875ff2 commit 7060439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: |
github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' &&
!startsWith(github.head_ref, 'changeset-release/')
name: Chromatic - Build on regular PRs
name: Chromatic - Build and test on regular PRs
uses: ./.github/workflows/chromatic-build.yml
with:
target: 'review'
Expand Down

0 comments on commit 7060439

Please sign in to comment.