Skip to content

Commit

Permalink
Add steps for work storybook in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Golovinskii committed Jan 23, 2025
1 parent 7fbf351 commit 1c56e1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main
- release
- develop
- feature*
- feature/*
delete:
branches:
- release
- feature/*

jobs:
call-frontend-ci-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@feature-workflow-for-storybook
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@feature/workflow-for-storybook
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netcracker/qubership-apihub-api-doc-viewer",
"version": "2.0.3-feature-workflow-for-storybook.0",
"version": "2.0.3-workflow-for-storybook.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 1c56e1c

Please sign in to comment.