Skip to content

Commit

Permalink
samwip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 22, 2024
1 parent 816badb commit cd604c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ flake8:
docker-compose run --rm web flake8 $(file)

bdd:
docker-compose exec web python manage.py behave $(feature) --settings=config.settings.bdd --no-capture
docker-compose exec web python manage.py behave $(feature) --settings=config.settings.bdd --no-capture --no-color

elevate:
docker-compose run --rm web python manage.py elevate_sso_user_permissions
Expand Down

0 comments on commit cd604c8

Please sign in to comment.