Skip to content

Commit 29a5ad9

Browse files
authored
Merge pull request #47 from OctoMap/topic/update-ci
[CI] Update Industrial CI
2 parents 1891a49 + d5ff75b commit 29a5ad9

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/industrial_ci_action.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,12 @@ jobs:
66
strategy:
77
matrix:
88
env:
9-
- {ROS_DISTRO: foxy}
10-
- {ROS_DISTRO: galactic}
9+
- {ROS_DISTRO: humble}
10+
- {ROS_DISTRO: iron}
11+
- {ROS_DISTRO: jazzy}
1112
- {ROS_DISTRO: rolling}
12-
- {ROS_DISTRO: foxy, PRERELEASE: true}
13-
- {ROS_DISTRO: galactic, PRERELEASE: true}
14-
- {ROS_DISTRO: rolling, PRERELEASE: true}
15-
env:
16-
CCACHE_DIR: /github/home/.ccache # Enable ccache
1713
runs-on: ubuntu-latest
1814
steps:
19-
- uses: actions/checkout@v2
20-
# This step will fetch/store the directory used by ccache before/after the ci run
21-
- uses: actions/cache@v2
22-
with:
23-
path: ${{ env.CCACHE_DIR }}
24-
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
25-
# Run industrial_ci
15+
- uses: actions/checkout@v4
2616
- uses: 'ros-industrial/industrial_ci@master'
2717
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)