Skip to content

Commit

Permalink
pipline docker-compose new verion
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 18, 2024
1 parent ab3755f commit 789139a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,17 @@ jobs:
- name: Build Compose File
run: >
CONTAINER_IMAGE=${IMAGE_ID}
docker-compose
docker compose
-f docker-compose.yml
-f docker-compose-dev.yml
config > compose.yml
- name: Pull Images
run: docker-compose -f compose.yml pull
run: docker compose -f compose.yml pull

- name: Run Tests
run: >
docker-compose -f compose.yml
docker compose -f compose.yml
run --rm backend pytest -vvv --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 789139a

Please sign in to comment.