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

feat: update to cli@0.170.0-next.1608058598043 (#134)

This commit is contained in:
Yury Semikhatsky
2020-12-15 16:08:39 -08:00
committed by GitHub
parent 8e750e58df
commit 2d179c6fc3
11 changed files with 153 additions and 24 deletions
-6
View File
@@ -24,12 +24,6 @@ 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: Download drivers
run: scripts/download_driver_for_all_platforms.sh
- name: Regenerate APIs