fix browser installation issue

This commit is contained in:
Zaid-maker 2024-11-21 15:57:04 +05:00
parent a3358e2983
commit 9c35912e55

View file

@ -104,8 +104,12 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install
- name: Install Playwright browsers - name: Install Playwright Browsers
run: npx playwright install --with-deps chromium firefox run: |
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