Skip to content

Commit

Permalink
fix dash character
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilorv committed Mar 31, 2025
1 parent 7bb9cdd commit a31791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run tests
run: |
docker-compose -f docker-compose.stag.yml up --build d
docker-compose -f docker-compose.stag.yml up --build -d
docker exec secfit_stag_backend python manage.py test tests || exit 1
docker-compose -f docker-compose.stag.yml down
Expand Down

0 comments on commit a31791b

Please sign in to comment.