Skip to content

Commit

Permalink
remove -it docker run flags
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed May 19, 2024
1 parent 5bc8229 commit be47aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
continue-on-error: true

- name: run unit tests
run: docker run -it --cap-add NET_ADMIN --rm -v $(pwd):$(pwd) -w $(pwd) iso14229 bazel test //test:all
run: docker run --cap-add NET_ADMIN --rm -v $(pwd):$(pwd) -w $(pwd) iso14229 bazel test //test:all

0 comments on commit be47aa0

Please sign in to comment.