1
0
mirror of synced 2026-08-04 22:46:55 +00:00

devops: cache downloaded drivers (#122)

This commit is contained in:
Yury Semikhatsky
2020-12-14 16:17:08 -08:00
committed by GitHub
parent e8ff2bc210
commit 81221d4e39
3 changed files with 31 additions and 15 deletions
+7 -1
View File
@@ -26,7 +26,13 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Install driver
- 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
- name: Build with Maven