Compare commits

..

2 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
1f727d6a76 Fix: Install chromium for playwright tests 2025-10-30 17:37:31 +00:00
gpt-engineer-app[bot]
d49256a3fd Add comment to workflow file 2025-10-30 17:29:28 +00:00

View File

@@ -1,3 +1,4 @@
# Trigger workflow run
name: Playwright E2E Tests
on:
@@ -93,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