updated Maven command in test.yml to use test-compile for Playwright browser installation
This commit is contained in:
parent
081d69577e
commit
7f6b6378f2
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ jobs:
|
|||
|
||||
- name: Install Playwright Browsers
|
||||
run: |
|
||||
mvn compile -B --no-transfer-progress
|
||||
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps chromium"
|
||||
mvn test-compile -B --no-transfer-progress
|
||||
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.classpathScope=test -D exec.args="install --with-deps chromium"
|
||||
|
||||
- name: Run Tests
|
||||
run: mvn verify -B --no-transfer-progress
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue