File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 33 pull_request :
44 branches :
55 - master
6-
7- env :
8- PROJECT_TOKEN : ${{ secrets.PROJECT_TOKEN }}
96
107jobs :
118 smartui-gihub-action :
@@ -31,11 +28,16 @@ jobs:
3128 npm install
3229 npm install @lambdatest/smartui-storybook -g
3330
34- - name : Create storybook static build
35- run : npm run build-storybook
31+ - name : Execute storybook build1
32+ run : |
33+ export PROJECT_TOKEN=1868537#577319d5-dc00-4045-9748-d1edc1a1c436#telus_prod_dev
34+ smartui --version
35+ smartui config create .smartui.json
36+ smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json
3637
37- - name : Execute storybook build
38+ - name : Execute storybook build1
3839 run : |
40+ export PROJECT_TOKEN=1868537#577319d5-dc00-4045-9748-d1edc1a1c436#telus_prod_dev
3941 smartui --version
4042 smartui config create .smartui.json
41- smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json --env stage
43+ smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json
You can’t perform that action at this time.
0 commit comments