From 65a4e8d40a5b5d3d92397f9853b35f2fc64ef1cb Mon Sep 17 00:00:00 2001 From: "mr.scrpt" Date: Tue, 25 Jul 2023 14:19:25 +0300 Subject: [PATCH] launch test --- .github/workflows/workflow.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 31a5ca0..6b092ba 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,17 +20,17 @@ jobs: - name: install modules run: yarn - - name: build production project - run: yarn build:prod - - name: linting typescript - run: yarn lint:code:check - - name: linting css - run: yarn lint:style:check - - name: unit testing - run: yarn test:unit + # - name: build production project + # run: yarn build:prod + # - name: linting typescript + # run: yarn lint:code:check + # - name: linting css + # run: yarn lint:style:check + # - name: unit testing + # run: yarn test:unit # - # - name: build storybook - # run: yarn sb:build - # - name: screenshot testing - # run: yarn test:ui:ci + - name: build storybook + run: yarn sb:build + - name: screenshot testing + run: yarn test:ui:ci