1
0
mirror of synced 2026-08-04 14:36: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
+3 -3
View File
@@ -27,7 +27,7 @@ jobs:
java-version: 8
- name: Download drivers
shell: bash
run: scripts/download_driver_for_all_platforms.sh
run: scripts/download_driver.sh
- name: Build & Install
run: mvn -B install -D skipTests --no-transfer-progress
- name: Run tests
@@ -75,7 +75,7 @@ jobs:
java-version: 8
- name: Download drivers
shell: bash
run: scripts/download_driver_for_all_platforms.sh
run: scripts/download_driver.sh
- name: Build & Install
run: mvn -B install -D skipTests --no-transfer-progress
- name: Install MS Edge
@@ -105,7 +105,7 @@ jobs:
java-version: 17
- name: Download drivers
shell: bash
run: scripts/download_driver_for_all_platforms.sh
run: scripts/download_driver.sh
- name: Build & Install
run: mvn -B install -D skipTests --no-transfer-progress
- name: Run tests