diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 42e280d..0032fd4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,9 +14,7 @@ jobs: with: node-version: lts/* - name: Install dependencies - run: npm ci - run: npm run clone - run: npm run unit + run: npm ci && npm run clone && npm run unit - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests