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 9a87e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 Expand Up @@ -140,8 +140,7 @@ jobs:
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: .
file: ./Dockerfile.prod
push: ${{ fromJSON(env.PUSH_DOCKER_IMAGE_TO_HARBOR) }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

target: prod
File renamed without changes.
File renamed without changes.

0 comments on commit 9a87e9c

Please sign in to comment.