Skip to content

Commit

Permalink
workflow: docker compose command fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-sandhu committed Sep 12, 2024
1 parent 2601731 commit 540ba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker network create openlxp
echo "Docker network successfully created"
echo "Running coverage unit test"
docker-compose --env-file ./.env run app sh -c "python manage.py waitdb && coverage run manage.py test --tag=unit && flake8 && coverage report && coverage report --fail-under=80"
docker compose --env-file ./.env run app sh -c "python manage.py waitdb && coverage run manage.py test --tag=unit && flake8 && coverage report && coverage report --fail-under=80"
# sonarcloud:
# name: SonarCloud
Expand Down

0 comments on commit 540ba53

Please sign in to comment.