mirror of
https://github.com/gofiber/storage.git
synced 2025-12-18 16:28:22 +08:00
fix(s3): use minio image in the CI
This commit is contained in:
4
.github/workflows/test-s3.yml
vendored
4
.github/workflows/test-s3.yml
vendored
@@ -15,9 +15,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- 1.21.x
|
||||
- 1.22.x
|
||||
- 1.23.x
|
||||
- 1.24.x
|
||||
steps:
|
||||
- name: Fetch Repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -26,4 +26,6 @@ jobs:
|
||||
with:
|
||||
go-version: '${{ matrix.go-version }}'
|
||||
- name: Run Test
|
||||
env:
|
||||
TEST_MINIO_IMAGE: docker.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
|
||||
run: cd ./s3 && go test ./... -v -race
|
||||
|
||||
Reference in New Issue
Block a user