From cb4cb94cea217471093dd8825893f70fa6f2a914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Thu, 22 May 2025 14:58:53 +0200 Subject: [PATCH] updated frontend workflow --- .github/workflows/frontend-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-tests.yaml b/.github/workflows/frontend-tests.yaml index 1be1f6264..f252cbc36 100644 --- a/.github/workflows/frontend-tests.yaml +++ b/.github/workflows/frontend-tests.yaml @@ -24,5 +24,5 @@ jobs: - name: Run tests working-directory: frontend - run: yarn test + run: yarn test --watchAll