Skip to content

Commit dc773fc

Browse files
authored
Remove interactive flag from Docker run command
1 parent 2186a32 commit dc773fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ros-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
sudo docker build -t afor:${{ matrix.ros-version }} -f ./dev_tools/${{ matrix.ros-version }}/Dockerfile .
2323
- name: Test with pytest in Docker
2424
run: |
25-
sudo docker run -it --network host afor:${{ matrix.ros-version }} uv run pytest ./tests
25+
sudo docker run afor:${{ matrix.ros-version }} uv run pytest ./tests

0 commit comments

Comments
 (0)