-
Notifications
You must be signed in to change notification settings - Fork 106
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
042ce09
commit a86532b
Showing
3 changed files
with
137 additions
and
42 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 |
---|---|---|
|
@@ -34,28 +34,28 @@ jobs: | |
- name: Run tests and linter | ||
run: npm run lint && npm test | ||
|
||
# Собираем приложение | ||
# - name: Build Application | ||
# run: npm run build | ||
|
||
# Публикуем приложение на Github Pages | ||
# - name: Deploy to Github Pages | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# branch: gh-pages | ||
# folder: dist | ||
|
||
# # Собираем Storybook | ||
- name: Build Storybook | ||
run: npm run build-storybook | ||
|
||
# # Публикуем Storybook на Github Pages | ||
- name: Deploy Storybook to Github Pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: storybook-static | ||
commit-message: "Automatically publish Storybook" | ||
# Собираем приложение | ||
# - name: Build Application | ||
# run: npm run build | ||
|
||
# Публикуем приложение на Github Pages | ||
# - name: Deploy to Github Pages | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# branch: gh-pages | ||
# folder: dist | ||
|
||
# # Собираем Storybook | ||
- name: Build Storybook | ||
run: npm run build-storybook | ||
|
||
# # Публикуем Storybook на Github Pages | ||
- name: Deploy Storybook to Github Pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: storybook-static | ||
commit-message: "Automatically publish Storybook" | ||
|
||
# Останавливаем выполнение строго при неудачных тестах | ||
- name: Fail on failed tests | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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