Skip to content

Commit d76f720

Browse files
committed
exec --> run
1 parent 74a0f82 commit d76f720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

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

2020
- name: Run test suite
21-
run: docker-compose exec -T app sh -c "cd /opt/codebuddies && pytest -v"
21+
run: docker-compose run -T --rm app sh -c "cd /opt/codebuddies && pytest -v"
22+
if: always()
2223

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

0 commit comments

Comments
 (0)