1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-22 03:38:56 +02:00

Revert "fix browser installation issue"

This reverts commit 9c35912e55f346878ff53f64bb1bacac557779f7.
This commit is contained in:
Zaid-maker 2024-11-21 16:03:59 +05:00 committed by Zaid Hafeez
parent 01233e3c73
commit dbbdfcaa69

View File

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