Skip to content

Commit 74a0f82

Browse files
committed
disable TTY in CI
1 parent 97a246d commit 74a0f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: docker-compose up -d web
1919

2020
- name: Run test suite
21-
run: docker-compose exec app sh -c "cd /opt/codebuddies && pytest -v"
21+
run: docker-compose exec -T app sh -c "cd /opt/codebuddies && pytest -v"
2222

2323
- name: Check Migrations are up-to-date
2424
run: docker-compose run --rm manage makemigrations --check

0 commit comments

Comments
 (0)