add playwright dependencies to runner
All checks were successful
msbuild / build (push) Successful in 1m57s
All checks were successful
msbuild / build (push) Successful in 1m57s
This commit is contained in:
parent
ed7268ceb3
commit
c7088dff77
@ -18,13 +18,16 @@ jobs:
|
|||||||
- name: Install Maven
|
- name: Install Maven
|
||||||
run: apt update && apt search maven && apt install -y maven
|
run: apt update && apt search maven && apt install -y maven
|
||||||
|
|
||||||
- name: Validate installation
|
- name: Validate Java installation
|
||||||
run: |
|
run: |
|
||||||
java -version
|
java -version
|
||||||
mvn --version
|
mvn --version
|
||||||
echo $JAVA_HOME
|
echo $JAVA_HOME
|
||||||
mvn -B verify --file pom.xml
|
mvn -B verify --file pom.xml
|
||||||
|
|
||||||
|
- name: Prep Playwright Dependencies
|
||||||
|
run: mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="install-deps"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
mvn compiler:compile
|
mvn compiler:compile
|
||||||
|
Loading…
Reference in New Issue
Block a user