mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
fix browser installation issue
This commit is contained in:
parent
a3358e2983
commit
9c35912e55
1 changed files with 6 additions and 2 deletions
8
.github/workflows/auto-test.yml
vendored
8
.github/workflows/auto-test.yml
vendored
|
@ -104,8 +104,12 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install --with-deps chromium firefox
|
||||
- name: Install Playwright Browsers
|
||||
run: |
|
||||
npx playwright install chromium firefox --with-deps
|
||||
env:
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 0
|
||||
PLAYWRIGHT_BROWSERS_PATH: 0
|
||||
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
|
|
Loading…
Reference in a new issue