Skip to content

Commit

Permalink
Re-enable Action CI for PRs (ros2#465)
Browse files Browse the repository at this point in the history
* Add target-ros2-distro to action CI to allow it to run correctly

Signed-off-by: Emerson Knapp <[email protected]>
  • Loading branch information
emersonknapp authored Dec 7, 2020
1 parent b4db151 commit 61280b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test rosbag2
on:
# pull_request:
pull_request:
push:
branches:
- master
Expand All @@ -13,7 +13,7 @@ jobs:
build_and_test:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
image: rostooling/setup-ros-docker:ubuntu-focal-latest
steps:
- uses: ros-tooling/[email protected]
with:
Expand All @@ -29,6 +29,7 @@ jobs:
sqlite3_vendor
rosbag2_test_common
rosbag2_tests
target-ros2-distro: rolling
- uses: actions/upload-artifact@v1
with:
name: colcon-logs
Expand Down

0 comments on commit 61280b1

Please sign in to comment.