mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:31:13 -05:00
Fix: Install chromium for playwright tests
This commit is contained in:
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- 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
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user