devops: check that browser versions in README are up to date (#553)
This commit is contained in:
@@ -7,10 +7,8 @@ trap "cd $(pwd -P)" EXIT
|
||||
|
||||
cd "$(dirname $0)/.."
|
||||
|
||||
./scripts/generate_api.sh
|
||||
|
||||
# Built from source and do local install.
|
||||
mvn clean install --no-transfer-progress -D skipTests
|
||||
mvn install --no-transfer-progress -D skipTests
|
||||
|
||||
echo "Updating browser versions in README.md"
|
||||
mvn compile exec:java --f ./tools/update-docs-version -D exec.mainClass=com.microsoft.playwright.tools.UpdateBrowserVersions
|
||||
Reference in New Issue
Block a user