Add minio service
Unittests / unittests (push) Failing after 10s Details
Unittests / deploy-dev (push) Failing after 0s Details

This commit is contained in:
Adam Štrauch 2023-11-25 19:29:29 +01:00
parent 29ccaf10f4
commit 4f6ba87989
Signed by: cx
GPG Key ID: 7262DAFE292BCE20
1 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,15 @@ jobs:
- name: Test
run: |
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:
runs-on: [amd64, moon]
env: