Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBearing committed Sep 29, 2024
1 parent 54688ad commit ac165d2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/humble_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:
pull_request:
types: [opened, synchronize ]
jobs:
ci:
container:
image: osrf/ros:${{ matrix.ros_distribution }}-desktop
build and test:
runs-on: osrf/ros:${{ matrix.ros_distribution }}-desktop
timeout-minutes: 3
strategy:
fail-fast: false
matrix:
ros_distribution: [humble]
ros_distribution: [humble]
comm-target: [native , mros]
comm-data-type: [string, twist]
steps:
Expand Down

0 comments on commit ac165d2

Please sign in to comment.