Skip to content

Commit 30ed57e

Browse files
committed
Test for noetic
1 parent 450b3aa commit 30ed57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: CI
32

43
on: [push, pull_request]
@@ -8,7 +7,8 @@ jobs:
87
strategy:
98
matrix:
109
env:
11-
- {ROS_DISTRO: melodic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'github:nobleo/mobile_robot_simulator#fix/install github:nobleo/tracking_pid#master'}
10+
- {ROS_DISTRO: melodic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'github:nobleo/tracking_pid#master'}
11+
- {ROS_DISTRO: noetic, ROS_REPO: main, UPSTREAM_WORKSPACE: 'github:nobleo/tracking_pid#master'}
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)