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
|
- name: Install SeaweedFS
|
||||||
run: |
|
run: |
|
||||||
go install -buildvcs=false
|
go install -buildvcs=false ./weed
|
||||||
|
|
||||||
- name: Run S3 Tables Integration Tests
|
- name: Run S3 Tables Integration Tests
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
|
|||||||
Reference in New Issue
Block a user