From 7c8d46d2a51dbd071ffe133f4786dba0e8da4134 Mon Sep 17 00:00:00 2001 From: parthlambdatest Date: Thu, 11 Jul 2024 14:20:33 +0530 Subject: [PATCH 1/3] dev_1 --- .github/workflows/ci.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca128d95..6a2cdd90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,6 @@ on: pull_request: branches: - master - -env: - PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }} jobs: smartui-gihub-action: @@ -31,11 +28,16 @@ jobs: npm install npm install @lambdatest/smartui-storybook -g - - name: Create storybook static build - run: npm run build-storybook + - name: Execute storybook build1 + run: | + export PROJECT_TOKEN=1868537#577319d5-dc00-4045-9748-d1edc1a1c436#telus_prod_dev + smartui --version + smartui config create .smartui.json + smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json - - name: Execute storybook build + - name: Execute storybook build1 run: | + export PROJECT_TOKEN=1868537#577319d5-dc00-4045-9748-d1edc1a1c436#telus_prod_dev smartui --version smartui config create .smartui.json - smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json --env stage + smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json \ No newline at end of file From d5e27b3ed0a5d38e12d38791778c82a54d6db8d2 Mon Sep 17 00:00:00 2001 From: parthlambdatest Date: Thu, 11 Jul 2024 14:23:39 +0530 Subject: [PATCH 2/3] dev_2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a2cdd90..7e78c237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,4 +40,4 @@ jobs: export PROJECT_TOKEN=1868537#577319d5-dc00-4045-9748-d1edc1a1c436#telus_prod_dev smartui --version smartui config create .smartui.json - smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json \ No newline at end of file + smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json From ffe0ca66783cb040f672e86afc2b36f2aaf87f70 Mon Sep 17 00:00:00 2001 From: parthlambdatest Date: Thu, 11 Jul 2024 15:08:10 +0530 Subject: [PATCH 3/3] dev_3 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e78c237..ba5252e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,5 +39,4 @@ jobs: run: | export PROJECT_TOKEN=1868537#577319d5-dc00-4045-9748-d1edc1a1c436#telus_prod_dev smartui --version - smartui config create .smartui.json smartui storybook ./18c18586-e375-4f83-b871-4bfec453c5ef --config .smartui.json