We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ba1f6 commit 726e3d6Copy full SHA for 726e3d6
.github/workflows/verify_api.yml
@@ -25,8 +25,10 @@ jobs:
25
run: scripts/download_driver.sh
26
- name: Regenerate APIs
27
run: scripts/generate_api.sh
28
+ - name: Build & Install
29
+ run: mvn -B install -D skipTests --no-transfer-progress
30
- name: Install browsers
- run: mvn compile exec:java --no-transfer-progress -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps" -f playwright/pom.xml
31
+ run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps" -f playwright/pom.xml
32
- name: Update browser versions in README
33
run: scripts/update_readme.sh
34
- name: Verify API is up to date
0 commit comments