Add minio service
This commit is contained in:
parent
29ccaf10f4
commit
4f6ba87989
@ -16,6 +16,15 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
services:
|
||||||
|
minio:
|
||||||
|
image: minio/minio:latest
|
||||||
|
env:
|
||||||
|
MINIO_ROOT_USER: test
|
||||||
|
MINIO_ROOT_PASSWORD: testtest
|
||||||
|
ports:
|
||||||
|
- 9001:9001
|
||||||
|
options: server /data --console-address :9001
|
||||||
deploy-dev:
|
deploy-dev:
|
||||||
runs-on: [amd64, moon]
|
runs-on: [amd64, moon]
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user