Skip to content

Commit

Permalink
fix docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 14, 2024
1 parent 4b7d516 commit 87efb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Run the Docker container
- name: Run Docker container
run: docker run --rm -it ros2_humble_mvsim_demo:latest
run: docker run --rm ros2_humble_mvsim_demo:latest

# (Optional) Run tests inside the Docker container if you want
# - name: Run tests
Expand Down

0 comments on commit 87efb98

Please sign in to comment.