-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add stories for elements v1 (#210)
- Loading branch information
1 parent
dcdb6fb
commit 37fe08d
Showing
89 changed files
with
16,889 additions
and
2,299 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,14 @@ jobs: | |
with: | ||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} | ||
exitOnceUploaded: true | ||
workingDir: packages/legacy-stories | ||
storybookBuildDir: storybook-static | ||
- uses: chromaui/[email protected] | ||
with: | ||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_ELEMENTS_REACT }} | ||
exitOnceUploaded: true | ||
workingDir: packages/elements-react-stories | ||
storybookBuildDir: storybook-static | ||
|
||
- name: Upload results to Codecov | ||
uses: codecov/codecov-action@v4 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.