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 5fb8ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ 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: |
docker compose up minio_create_buckets
docker compose -f docker-compose-test.yml up minio_create_buckets
- name: Run e2e tests
run: pytest -c test/pytest.ini test/e2e/ --cov
Expand Down

0 comments on commit 5fb8ba9

Please sign in to comment.