We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab684b commit 5eea193Copy full SHA for 5eea193
.github/workflows/industrial_ci_action.yml
@@ -0,0 +1,19 @@
1
+# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
2
+# For troubleshooting, see README (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)
3
+
4
+name: CI
5
6
+on: [push, pull_request]
7
8
+jobs:
9
+ industrial_ci:
10
+ strategy:
11
+ matrix:
12
+ env:
13
+ - {ROS_DISTRO: noetic, ROS_REPO: testing}
14
+ - {ROS_DISTRO: noetic, ROS_REPO: main}
15
+ runs-on: ubuntu-20.04
16
+ steps:
17
+ - uses: actions/checkout@v3
18
+ - uses: 'ros-industrial/industrial_ci@master'
19
+ env: ${{matrix.env}}
0 commit comments