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 afc6d36 commit 71a1292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
MINIO_SECRET_KEY: minioadmin
volumes:
- ${{ github.workspace }}/data:/data
options: --name=minio --health-cmd "curl http://localhost:10000/minio/health/live"
options: --name=minio --health-cmd "curl 0.0.0.0:10000/minio/health/live"

steps:
- name: Checkout repository
Expand Down

0 comments on commit 71a1292

Please sign in to comment.