added playwright browsers to test.yml

This commit is contained in:
Jan 2026-02-08 22:11:07 +01:00
parent 96d877d2ef
commit 3af4b675eb

View file

@ -37,6 +37,9 @@ jobs:
- name: Build Frontend
run: cd src/frontend && npm ci && BUILD_FOR_SPRING=true npm run build
- name: Install Playwright Browsers
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps chromium"
- name: Run Tests
run: mvn verify -B --no-transfer-progress
env: