1
0
mirror of synced 2026-07-08 01:20:01 +00:00

feat: roll driver, switch to new api.json format (#199)

This commit is contained in:
Yury Semikhatsky
2021-01-08 15:50:38 -08:00
committed by GitHub
parent 1777f1aac8
commit 01d7eac7ad
38 changed files with 3473 additions and 2073 deletions
+6 -6
View File
@@ -26,12 +26,12 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Cache Downloaded Drivers
uses: actions/cache@v2
with:
path: driver-bundle/src/main/resources/driver
key: ${{ runner.os }}-drivers-${{ hashFiles('scripts/*') }}
restore-keys: ${{ runner.os }}-drivers
# - name: Cache Downloaded Drivers
# uses: actions/cache@v2
# with:
# path: driver-bundle/src/main/resources/driver
# key: ${{ runner.os }}-drivers-${{ hashFiles('scripts/*') }}
# restore-keys: ${{ runner.os }}-drivers
- name: Download drivers
shell: bash
run: scripts/download_driver_for_all_platforms.sh