Skip to content

Commit

Permalink
add CI for rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Aug 1, 2023
1 parent 3f712ff commit 4a2b8cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
test:
strategy:
matrix:
ros: [iron] #, rolling]
ros: [rolling]
include:
# - os: ubuntu-22.04
# ros: humble
# python: python3
- os: ubuntu-22.04
ros: iron
python: python3
# - os: ubuntu-22.04
# ros: rolling
# ros: iron
# python: python3
- os: ubuntu-22.04
ros: rolling
python: python3

runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Github Actions Usage !

![Build Status](https://github.com/FlexBE/flexbe_ci/workflows/FlexBE%20CI/badge.svg?branch=ros2-devel)
![Build Status](https://github.com/FlexBE/flexbe_ci/workflows/FlexBE%20CI/badge.svg?branch=rolling)

Copy the file `.github/workflows/main.yml` into the `.github/workflows` folder of your repo and name it, e.g., `flexbe_ci.yml`.

Expand Down
2 changes: 1 addition & 1 deletion rosinstall/flexbe_behavior_engine.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- git:
local-name: flexbe_behavior_engine
uri: https://github.com/FlexBE/flexbe_behavior_engine.git
version: iron
version: rolling

0 comments on commit 4a2b8cd

Please sign in to comment.