From 88fa7e0bd34fbe73a48bc41c444e8e874dd3748e Mon Sep 17 00:00:00 2001 From: gkuzin13 Date: Mon, 19 Feb 2024 16:03:05 +0200 Subject: [PATCH] chore: add e2e tests command --- .github/workflows/ci-client.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-client.yml b/.github/workflows/ci-client.yml index 740671e..cf3fbd6 100644 --- a/.github/workflows/ci-client.yml +++ b/.github/workflows/ci-client.yml @@ -56,5 +56,8 @@ jobs: - name: ๐Ÿงช Unit tests run: pnpm test + - name: ๐Ÿงช E2E tests + run: pnpm test:e2e + - name: ๐Ÿ— Build client run: pnpm build