1
0
mirror of synced 2026-08-05 06:56:56 +00:00

chore: stop using microsoft/playwright-github-action@v1 (#1698)

This commit is contained in:
Yury Semikhatsky
2024-11-15 11:20:37 -08:00
committed by GitHub
parent 6e66ee7c35
commit d2d78a7299
2 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -20,7 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: microsoft/playwright-github-action@v1
- name: Download drivers
run: scripts/download_driver.sh
- name: Regenerate APIs
@@ -28,7 +27,7 @@ jobs:
- 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
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps" -f playwright/pom.xml --no-transfer-progress
- name: Update browser versions in README
run: scripts/update_readme.sh
- name: Verify API is up to date