Skip to content

Commit

Permalink
CI: fix docker run without -it
Browse files Browse the repository at this point in the history
as the CI does not have a TTY
  • Loading branch information
breznak committed Oct 30, 2019
1 parent 76be0eb commit fd6ae19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Tests
run: |
sudo docker run -it htm-amd64-docker /bin/sh
sudo docker run htm-amd64-docker /bin/sh
uname -a && echo "\nHello from amd64 htm.core build!\n"
python setup.py test
exit
Expand Down

0 comments on commit fd6ae19

Please sign in to comment.