fix(ci): remove specific Chromium project reference from Playwright test commands

This commit is contained in:
GitHub Actions
2026-01-12 20:16:53 +00:00
parent c909525bcf
commit 4907efc876

View File

@@ -873,12 +873,12 @@ jobs:
- name: Install Playwright dependencies
run: |
npm ci
npx playwright install --with-deps chromium
npx playwright install --with-deps
- name: Run Playwright E2E tests
env:
PLAYWRIGHT_BASE_URL: http://localhost:8080
run: npx playwright test --project=chromium
run: npx playwright test
- name: Stop application container
if: always()