From b9f3a5eaa9f610ed8cbc7c0649f2126b74a6d47e Mon Sep 17 00:00:00 2001 From: Erbil Nas Date: Sat, 21 Dec 2024 10:32:48 +0300 Subject: [PATCH] ci: change verify stages --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 282e1d28..087d277c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -14,10 +14,10 @@ jobs: with: node-version: 18 cache: 'npm' - - name: Install Playwright dependencies - run: npx playwright install - name: Install dependencies run: npm ci + - name: Install Playwright dependencies + run: npx playwright install - name: Run linter check run: npm run lint - name: Run tests