Skip to content

Commit

Permalink
[github] Remove github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Nov 30, 2023
1 parent 71a1292 commit cdef461
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
minio:
image: minio/minio
ports:
- 10000:10000
- 10000:9000
- 10001:9001
env:
MINIO_ACCESS_KEY: minioadmin
MINIO_SECRET_KEY: minioadmin
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: minioadmin
volumes:
- ${{ github.workspace }}/data:/data
options: --name=minio --health-cmd "curl 0.0.0.0:10000/minio/health/live"
options: --name=minio --health-cmd "curl http://localhost:10000/minio/health/live"

steps:
- name: Checkout repository
Expand Down

0 comments on commit cdef461

Please sign in to comment.