From d19f1da97fade2a31dd41040021df1dc64c86663 Mon Sep 17 00:00:00 2001 From: davikstone Date: Thu, 30 Nov 2023 13:24:55 +0300 Subject: [PATCH] update tests --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b92491f0c9..dd126da217 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,6 +23,8 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps working-directory: tests + - name: Start Application + run: npm start - name: Run Playwright tests run: npx playwright test working-directory: tests