Skip to content

Commit

Permalink
[ci] Hotfix to reenable Bazel drake_ros (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI authored Mar 8, 2023
1 parent edd1c3d commit 820426e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bazelized_drake_ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
# but can't download the archive with bazel until we have the dependencies installed
# so bazel_ros2_rules can inspect it.
run: sudo apt-get install -y libconsole-bridge-dev
# # CI for drake_ros.
# - name: Build drake_ros
# run: bazel build //...
# working-directory: drake_ros
# - name: Test drake_ros
# run: bazel test //...
# working-directory: drake_ros
# CI for drake_ros.
- name: Build drake_ros
run: bazel build //...
working-directory: drake_ros
- name: Test drake_ros
run: bazel test //...
working-directory: drake_ros
# CI for drake_ros_examples.
- name: Install additional ROS dependencies for drake_ros_examples
run: yes | sudo ./setup/install_prereqs.sh
Expand Down

0 comments on commit 820426e

Please sign in to comment.