|
|
@ -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
|
|
|
|