Skip to content

Commit

Permalink
ci: run ui tests on qa
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 28, 2024
1 parent 1939373 commit 9156ef2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,12 @@ jobs:
- name: Lint ui scripts
run: |
cd ui
pnpm run lint:scripts
pnpm lint:scripts
- name: Lint ui styles
run: |
cd ui
pnpm run lint:styles
pnpm lint:styles
- name: Test ui
run: |
cd ui
pnpm test

0 comments on commit 9156ef2

Please sign in to comment.