Skip to content

Commit

Permalink
fix: Add TTY flag to docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
achxkloel committed Jan 30, 2024
1 parent 979d8e2 commit 2f723d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Run docker container
id: docker-run
run: |
result=$(docker run -d -i --rm --privileged ubuntu:20.04)
result=$(docker run -dti --rm --privileged ubuntu:20.04)
echo "container-id=$(echo $result)" >> $GITHUB_OUTPUT
- name: Copy espflash
Expand Down

0 comments on commit 2f723d7

Please sign in to comment.