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 3
3
pull_request :
4
4
branches :
5
5
- master
6
-
7
- env :
8
- PROJECT_TOKEN : ${{ secrets.PROJECT_TOKEN }}
9
6
10
7
jobs :
11
8
smartui-gihub-action :
@@ -31,11 +28,16 @@ jobs:
31
28
npm install
32
29
npm install @lambdatest/smartui-storybook -g
33
30
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
36
37
37
- - name : Execute storybook build
38
+ - name : Execute storybook build1
38
39
run : |
40
+ export PROJECT_TOKEN=1868537#577319d5-dc00-4045-9748-d1edc1a1c436#telus_prod_dev
39
41
smartui --version
40
42
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