diff --git a/.github/workflows/playwright-visual-ci.yml b/.github/workflows/playwright-visual-ci.yml index e1583a5b..744ecb7f 100644 --- a/.github/workflows/playwright-visual-ci.yml +++ b/.github/workflows/playwright-visual-ci.yml @@ -31,11 +31,10 @@ jobs: run: cd ./packages/web-new - name: Install dependencies - run: npm ci + run: npm install - name: Install Playwright Browsers - run: npx playwright install --with-deps - # run: npx playwright install + run: npx playwright install chromium firefox - name: Run server and test run: |