Skip to content

Commit fd6ae19

Browse files
committed
CI: fix docker run without -it
as the CI does not have a TTY
1 parent 76be0eb commit fd6ae19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
259259
- name: Tests
260260
run: |
261-
sudo docker run -it htm-amd64-docker /bin/sh
261+
sudo docker run htm-amd64-docker /bin/sh
262262
uname -a && echo "\nHello from amd64 htm.core build!\n"
263263
python setup.py test
264264
exit

0 commit comments

Comments
 (0)