We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ed5cd commit c5600fbCopy full SHA for c5600fb
1 file changed
.github/workflows/maven.yml
@@ -40,8 +40,6 @@ jobs:
40
path: test-results
41
- name: Build & Install
42
run: mvn -B install -D skipTests --no-transfer-progress
43
- - name: Install Playwright
44
- run: mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="install --with-deps"
45
- name: Run Tests with Maven
46
run: mvn clean test --file pom.xml
47
0 commit comments