Skip to content

Commit

Permalink
launch test
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-scrpt committed Jul 25, 2023
1 parent dbb99af commit 65a4e8d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65a4e8d

Please sign in to comment.