Skip to content

Commit 3897255

Browse files
committed
don't mix styles
1 parent ef0760b commit 3897255

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/industrial_ci_action.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ jobs:
1010
strategy:
1111
matrix:
1212
env:
13-
- {
14-
IMAGE: 'foxy-ci',
15-
CCOV: true,
13+
- IMAGE: 'foxy-ci'
14+
CCOV: true
1615
AFTER_RUN_TARGET_TEST: './.ci.prepare_codecov'
17-
}
18-
- {
19-
IMAGE: 'foxy-ci-testing',
20-
EXPORT_COMPILE_COMMANDS: true,
16+
- IMAGE: 'foxy-ci-testing'
17+
EXPORT_COMPILE_COMMANDS: true
2118
AFTER_RUN_TARGET_TEST: './.ci.clang_tidy'
22-
}
2319
env:
2420
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
2521
UPSTREAM_WORKSPACE: upstream.repos
@@ -49,9 +45,9 @@ jobs:
4945
uses: pat-s/always-upload-cache@v2.1.3
5046
with:
5147
path: ${{ env.BASEDIR }}/target_ws
52-
key: target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt') }}-${{ hashFiles('**/package.xml') }}-${{ github.run_id }}
48+
key: target_ws-${{ env.CACHE_PREFIX }}-${{ '**/CMakeLists.txt', '**/package.xml') }}-${{ github.run_id }}
5349
restore-keys: |
54-
target_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('**/CMakeLists.txt') }}-${{ hashFiles('**/package.xml') }}
50+
target_ws-${{ env.CACHE_PREFIX }}-${{ '**/CMakeLists.txt', '**/package.xml') }}
5551
- name: cache ccache
5652
uses: pat-s/always-upload-cache@v2.1.3
5753
with:

0 commit comments

Comments
 (0)