Skip to content

Commit

Permalink
added -t flag
Browse files Browse the repository at this point in the history
  • Loading branch information
0RWilliams committed Mar 21, 2024
1 parent 2b18c25 commit ff1b0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: browser-actions/setup-chrome@v1

- name: Create a .env file
run: cp .env.ci .env
Expand Down
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 sh -c "python manage.py behave $(feature) --settings=config.settings.bdd --no-capture"
docker-compose exec -t web sh -c "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 ff1b0f3

Please sign in to comment.