Skip to content

Commit

Permalink
chore: add e2e tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
gkuzin13 committed Feb 19, 2024
1 parent 0978114 commit 88fa7e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ jobs:
- name: 🧪 Unit tests
run: pnpm test

- name: 🧪 E2E tests
run: pnpm test:e2e

- name: 🏗 Build client
run: pnpm build

0 comments on commit 88fa7e0

Please sign in to comment.