pull in java template from ci.md

This commit is contained in:
Simon Knott 2024-08-09 14:07:31 +02:00
parent d786a27ed5
commit 0be85a9ae6
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -131,9 +131,9 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- name: Ensure browsers are installed
- name: Build & Install
run: mvn -B install -D skipTests --no-transfer-progress
- name: Install Playwright
- name: Ensure browsers are installed
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps"
- name: Run tests
run: mvn test