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