Skip to content

Commit 7c8d46d

Browse files
dev_1
1 parent efe35ad commit 7c8d46d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
pull_request:
44
branches:
55
- master
6-
7-
env:
8-
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
96

107
jobs:
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

0 commit comments

Comments
 (0)