Skip to content

Commit

Permalink
Test chore (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenphi authored Jul 10, 2023
1 parent 8861b73 commit 7e2fe47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
id: publish_chromatic
uses: chromaui/action@v1
with:
onlyChanged: true
exitZeroOnChanges: true
exitOnceUploaded: true
autoAcceptChanges: true
Expand Down
7 changes: 7 additions & 0 deletions src/components/forms/RadioGroup/RadioGroup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ export const ButtonRadioGroupVerticalOrientation = RadioButtonsTemplate.bind(
{},
);
ButtonRadioGroupVerticalOrientation.args = {
orientation: 'vertical',
};

export const ButtonRadioGroupHorizontalOrientation = RadioButtonsTemplate.bind(
{},
);
ButtonRadioGroupHorizontalOrientation.args = {
orientation: 'horizontal',
};

Expand Down

0 comments on commit 7e2fe47

Please sign in to comment.