1
0
mirror of synced 2026-08-03 14:06:55 +00:00

devops: roll_driver script (#1605)

This commit is contained in:
Yury Semikhatsky
2024-06-25 08:34:20 -07:00
committed by GitHub
parent 626050d988
commit a08ab2dcae
14 changed files with 104 additions and 91 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Download drivers
run: scripts/download_driver_for_all_platforms.sh
run: scripts/download_driver.sh
- name: Intall Playwright
run: mvn install -D skipTests --no-transfer-progress
- name: Test CLI