Skip to content

Commit

Permalink
feat(services/s3): Remove service test on minio for s3 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey-1445601153 authored Nov 8, 2021
1 parent 58e73a0 commit 1597834
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/services-test-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,38 +44,3 @@ jobs:
STORAGE_S3_INTEGRATION_TEST: on
working-directory: services/s3
run: make integration_test

service_test_minio:
name: "Service Test Minio"
runs-on: ubuntu-latest

services:
minio:
image: wktk/minio-server
ports:
- 9000:9000
env:
MINIO_ACCESS_KEY: "minioadmin"
MINIO_SECRET_KEY: "minioadmin"

strategy:
matrix:
go: [ "1.16", "1.17" ]

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}

- name: Checkout repository
uses: actions/checkout@v2

- name: Test
env:
STORAGE_MINIO_INTEGRATION_TEST: "on"
STORAGE_MINIO_CREDENTIAL: "hmac:minioadmin:minioadmin"
STORAGE_MINIO_NAME: "test-bucket"
STORAGE_MINIO_ENDPOINT: "http:127.0.0.1:9000"
working-directory: services/minio
run: make integration_test

0 comments on commit 1597834

Please sign in to comment.