1
0
mirror of synced 2026-07-19 14:55:07 +00:00

fix: package drivers for all platforms (#114)

This commit is contained in:
Yury Semikhatsky
2020-12-11 13:54:59 -08:00
committed by GitHub
parent b8a5f2c227
commit 283fecb30d
13 changed files with 218 additions and 98 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Install driver
shell: bash
run: scripts/download_driver.sh
run: scripts/download_driver_for_all_platforms.sh
- name: Build with Maven
run: mvn -B package -D skipTests --no-transfer-progress
- name: Run tests