We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2186a32 commit dc773fcCopy full SHA for dc773fc
.github/workflows/ros-pytest.yml
@@ -22,4 +22,4 @@ jobs:
22
sudo docker build -t afor:${{ matrix.ros-version }} -f ./dev_tools/${{ matrix.ros-version }}/Dockerfile .
23
- name: Test with pytest in Docker
24
run: |
25
- sudo docker run -it --network host afor:${{ matrix.ros-version }} uv run pytest ./tests
+ sudo docker run afor:${{ matrix.ros-version }} uv run pytest ./tests
0 commit comments