We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3567e commit fb6ceb6Copy full SHA for fb6ceb6
.github/workflows/industrial_ci_build_and_test.yml
@@ -7,19 +7,10 @@ jobs:
7
matrix:
8
env:
9
- {ROS_DISTRO: rolling}
10
- - {ROS_DISTRO: rolling, PRERELEASE: true}
11
- {ROS_DISTRO: humble, PRERELEASE: true}
12
- {ROS_DISTRO: iron, PRERELEASE: true}
13
- # env:
14
- # CCACHE_DIR: /github/home/.ccache # Enable ccache
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v3
18
- # # This step will fetch/store the directory used by ccache before/after the ci run
19
- # - uses: actions/cache@v3
20
- # with:
21
- # path: ${{ env.CCACHE_DIR }}
22
- # key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
23
- # Run industrial_ci
24
- uses: 'ros-industrial/industrial_ci@master'
25
env: ${{ matrix.env }}
0 commit comments