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