Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBearing committed Sep 29, 2024
1 parent ac165d2 commit edd319f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/humble_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:
types: [opened, synchronize ]
jobs:
build and test:
runs-on: osrf/ros:${{ matrix.ros_distribution }}-desktop
timeout-minutes: 3
runs-on: ubuntu-latest
container:
image: osrf/ros:${{ matrix.ros_distribution }}-desktop timeout-minutes: 3
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit edd319f

Please sign in to comment.