1
0
mirror of synced 2026-08-04 14:36:55 +00:00

chore: roll 1.49-beta (#1697)

This commit is contained in:
Yury Semikhatsky
2024-11-15 09:24:21 -08:00
committed by GitHub
parent 4bda800e11
commit 6e66ee7c35
32 changed files with 728 additions and 240 deletions
+4
View File
@@ -25,6 +25,10 @@ jobs:
run: scripts/download_driver.sh
- name: Regenerate APIs
run: scripts/generate_api.sh
- name: Build & Install
run: mvn -B install -D skipTests --no-transfer-progress
- name: Install browsers
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps" -f playwright/pom.xml
- name: Update browser versions in README
run: scripts/update_readme.sh
- name: Verify API is up to date