-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cross brousing problem resolved * resovled * chromatic ci cd 추가 * linting * test * test2 * test5 * test6 * test6
- Loading branch information
1 parent
90472a9
commit c521f61
Showing
6 changed files
with
252 additions
and
242 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: 'Chromatic' | ||
on: | ||
push: | ||
pull_request: | ||
jobs: | ||
chromatic-deployment: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Publish to Chromatic and auto accept changes | ||
if: github.ref == 'refs/heads/temp' | ||
uses: chromaui/action@v1 | ||
# Required options for the Chromatic GitHub Action | ||
with: | ||
# 👇 Chromatic projectToken, refer to the manage page to obtain it. | ||
projectToken: df5341e409a6 | ||
autoAcceptChanges: true # 👈 Option to accept all changes |
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.