Skip to content

Commit

Permalink
fix: compose cmd on test backend
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Sep 5, 2024
1 parent 6f2715a commit f998110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
compose_service: tm-backend
build_target: prod
compose_command: |
pip install flake8
flake8 manage.py backend migrations
pip install 'black==23.12.1'
black --check manage.py backend migrations
# pip install flake8
# flake8 manage.py backend migrations
# pip install 'black==23.12.1'
# black --check manage.py backend migrations
curl -i http://localhost:5000/api/v2/
tag_override: ci-${{ github.ref_name }}
# coverage: true
Expand Down

0 comments on commit f998110

Please sign in to comment.