Fix: Install chromium for playwright tests

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 17:37:31 +00:00
parent d49256a3fd
commit 1f727d6a76

View File

@@ -94,7 +94,7 @@ jobs:
run: npm install run: npm install
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: npx playwright install --with-deps ${{ matrix.browser }} run: npx playwright install --with-deps chromium ${{ matrix.browser }}
- name: Send Test Start Event to Loki - name: Send Test Start Event to Loki
continue-on-error: true continue-on-error: true