workflow: fix go install path to ./weed
This commit is contained in:
2
.github/workflows/s3-tables-tests.yml
vendored
2
.github/workflows/s3-tables-tests.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Install SeaweedFS
|
||||
run: |
|
||||
go install -buildvcs=false
|
||||
go install -buildvcs=false ./weed
|
||||
|
||||
- name: Run S3 Tables Integration Tests
|
||||
timeout-minutes: 25
|
||||
|
||||
Reference in New Issue
Block a user