Skip to content

Commit

Permalink
Fix Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Sep 21, 2023
1 parent 71ea101 commit bd13907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assignees: ''
- Hardware description: <!-- hardware where you are using micro-ROS -->
- RTOS: <!-- RTOS where you are using micro-ROS -->
- Installation type: <!-- micro_ros_setup, modules, etc -->
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
- Version or commit hash: <!-- version of micro-ROS used: iron, rolling -->

#### Steps to reproduce the issue
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
fail-fast: false
matrix:
zephyr_version: ["zephyr-v3.1.0", "zephyr-v2.7.2"]
distro: ["foxy", "humble", "rolling"]
distro: ["iron", "humble", "rolling"]
include:
- distro: foxy
branch: foxy
- distro: iron
branch: iron
- distro: rolling
branch: main
branch: rolling
- distro: humble
branch: humble
- zephyr_version: zephyr-v2.7.2
Expand All @@ -35,6 +35,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: micro_ros_zephyr_module
branch: ${{ matrix.branch }}

- name: Dependencies
shell: bash
Expand Down

0 comments on commit bd13907

Please sign in to comment.