File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff 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
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 :
You can’t perform that action at this time.
0 commit comments