Skip to content

Commit 726e3d6

Browse files
committed
Build project in verify action
1 parent a2ba1f6 commit 726e3d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/verify_api.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
run: scripts/download_driver.sh
2626
- name: Regenerate APIs
2727
run: scripts/generate_api.sh
28+
- name: Build & Install
29+
run: mvn -B install -D skipTests --no-transfer-progress
2830
- name: Install browsers
29-
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
3032
- name: Update browser versions in README
3133
run: scripts/update_readme.sh
3234
- name: Verify API is up to date

0 commit comments

Comments
 (0)