Skip to content

Commit

Permalink
ci: dont remove launch file from image in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed Jan 31, 2025
1 parent c0cd68f commit 082e2ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
push: false
tags: detic_ros:latest
build_args: INSTALL_JSK_PCL=false
build-args: # for testing purposes only
INSTALL_JSK_PCL=false
KEEP_LAUNCH_FILES=true
- name: rostest
run: |
docker run --rm detic_ros:latest /bin/bash -i -c "source ~/.bashrc; rostest detic_ros test_node.test"

0 comments on commit 082e2ca

Please sign in to comment.