-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c21a69
commit 76223fc
Showing
3 changed files
with
15 additions
and
7 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 |
---|---|---|
|
@@ -32,7 +32,15 @@ jobs: | |
run: | | ||
npx concurrently --kill-others --success first -n "SB,TEST" \ | ||
"npx http-server storybook-static --port 6006 --silent" \ | ||
"npx wait-on tcp:6006 && yarn test-storybook" | ||
"npx wait-on tcp:6006 && yarn test-storybook -u" | ||
- name: Push updated screenshots | ||
uses: actions/checkout@v4 | ||
- run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add \*.png | ||
git commit -m "update screenshots [skip ci]" | ||
git push | ||
- uses: actions/upload-artifact@v4 | ||
name: 'Upload test report' | ||
if: ${{ failure() }} | ||
|
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
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