Revert "fix browser installation issue"

This reverts commit 9c35912e55.
This commit is contained in:
Zaid-maker 2024-11-21 16:03:59 +05:00
parent 9c35912e55
commit 9d667f9b15

View file

@ -104,12 +104,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Install Playwright Browsers - name: Install Playwright browsers
run: | run: npx playwright install --with-deps chromium firefox
npx playwright install chromium firefox --with-deps
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0
PLAYWRIGHT_BROWSERS_PATH: 0
- name: Build project - name: Build project
run: npm run build run: npm run build