Skip to content

Commit

Permalink
fix run-test.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Sato <[email protected]>
  • Loading branch information
daisukes committed Apr 6, 2024
1 parent c308054 commit 8dac0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:

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

- name: Build
shell: bash
run: ./build-docker.sh -w
run: ./build-docker.sh -w driver

- name: Run unittest
shell: bash
Expand Down

0 comments on commit 8dac0c7

Please sign in to comment.