Skip to content

Commit d104acf

Browse files
committed
test: ensure tty for unit tests and tex test
1 parent 0cf2218 commit d104acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
with:
8888
image: doubtfire-api-development:local
8989
options: >
90+
-it
9091
-v ${{ github.workspace }}:/doubtfire
9192
-v /var/run/docker.sock:/var/run/docker.sock
9293
run: docker exec -it ${{ env.LATEX_CONTAINER_NAME }} lualatex -v
@@ -123,7 +124,7 @@ jobs:
123124
with:
124125
image: doubtfire-api-development:local
125126
options: >
126-
-t
127+
-it
127128
-v ${{ github.workspace }}:/doubtfire
128129
-v ${{ github.workspace }}/student-work:/student-work
129130
-v /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)