Skip to content

Commit

Permalink
remove tty docker run arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Jul 18, 2023
1 parent f524d36 commit 0dce345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: docker build -t test .

- name: Run docker container
run: docker run -it test
run: docker run test

0 comments on commit 0dce345

Please sign in to comment.