Skip to content

Commit 7b284a4

Browse files
committed
fix run-test.yaml
Signed-off-by: Daisuke Sato <[email protected]>
1 parent 2e547ae commit 7b284a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
- name: Pull images and build workspace
2626
shell: bash
27-
run: ./manage-docker-image.sh -a pull -i "ros2" -o cmucal -t ros2-dev-latest
27+
run: ./manage-docker-image.sh -a pull -i "ble_scan" -o cmucal -t ros2-dev-latest
2828

2929
- name: Build
3030
shell: bash
31-
run: ./build-docker.sh -w
31+
run: ./build-docker.sh -w driver
3232

3333
- name: Run unittest
3434
shell: bash

0 commit comments

Comments
 (0)