Skip to content

Commit

Permalink
Fix test workflow for minio
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Rodríguez Flores committed Jun 13, 2024
1 parent 4f8699e commit 639a9d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ jobs:
MINIO_SECRET_KEY: minioadmin
ports:
- 9000:9000
options: --name minio -d minio/minio server /data
options: --entrypoint sh

zookeeper:
image: bitnami/zookeeper:latest
ports:
- 2181:2181

steps:
- name: Start Minio
run: |
docker start minio
docker exec minio minio server /data
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 639a9d9

Please sign in to comment.