mirror of
https://github.com/kopia/kopia.git
synced 2026-01-25 14:58:00 -05:00
deps: removed dependency on github.com/minio/minio/pkg, replaced with command line tool (#1185)
This commit is contained in:
3
.github/workflows/provider-tests.yml
vendored
3
.github/workflows/provider-tests.yml
vendored
@@ -14,9 +14,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install Minio MC
|
||||
run:
|
||||
GOBIN=$(pwd)/tools/.tools/minio-mc go install github.com/minio/mc@latest
|
||||
- name: Provider Tests
|
||||
run: make provider-tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user