From a696749d5ec75f96be9776fa541b7f504b1dd499 Mon Sep 17 00:00:00 2001 From: davikstone Date: Thu, 30 Nov 2023 12:56:54 +0300 Subject: [PATCH] update ci --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 49c47e5251..92d400a548 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,6 +17,8 @@ jobs: run: npm ci - name: Deploy Application run: npm run go + - name: Install test dependencies + run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps working-directory: tests