Skip to content

Commit

Permalink
fix for github workflow #5
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Jan 24, 2025
1 parent 7ec2aec commit dc3e4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Sleep 10 seconds to give time for containers to start
- name: Start MongoDB and MinIO
run: |
docker compose up -d mongo-db minio minio_create_buckets
docker compose -f docker-compose-test.yml up -d mongo-db minio minio_create_buckets
sleep 10
- name: Create MinIO buckets
run: |
Expand Down

0 comments on commit dc3e4b3

Please sign in to comment.