added playwright browsers to test.yml
This commit is contained in:
parent
96d877d2ef
commit
3af4b675eb
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ jobs:
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
run: cd src/frontend && npm ci && BUILD_FOR_SPRING=true npm run build
|
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
|
- name: Run Tests
|
||||||
run: mvn verify -B --no-transfer-progress
|
run: mvn verify -B --no-transfer-progress
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue