Skip to content

Commit 9c090fb

Browse files
committed
ci: add sensor diagnostics demo to CI pipeline
Build sensor diagnostics demo image in Docker build job. Runs before TurtleBot3 build (faster, validates basic ros2_medkit).
1 parent aacda07 commit 9c090fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Set up Docker Buildx
4040
uses: docker/setup-buildx-action@v3
4141

42+
- name: Build Sensor Diagnostics demo image
43+
run: |
44+
cd demos/sensor_diagnostics
45+
docker build -t sensor-diagnostics-demo:test -f Dockerfile .
46+
4247
- name: Build TurtleBot3 demo image
4348
run: |
4449
cd demos/turtlebot3_integration

0 commit comments

Comments
 (0)