Skip to content

Commit

Permalink
samwip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 21, 2024
1 parent 8bd9f88 commit f4a5e24
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 -t web sh -c "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

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

0 comments on commit f4a5e24

Please sign in to comment.