mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Fix name of test artifact
This commit is contained in:
parent
6362d8ec11
commit
bd3a7d10a2
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
|
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
|
||||||
with:
|
with:
|
||||||
name: test-results-${{ matrix.env.IMAGE }}${{ matrix.env.NAME && '-' || ''}}${{ matrix.env.NAME }}
|
name: test-results-${{ matrix.env.IMAGE }}${{ matrix.env.NAME && '-' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && '-clang-tidy' || '' }}
|
||||||
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
|
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
|
||||||
|
|
||||||
- name: Upload clang-tidy fixes (on failure)
|
- name: Upload clang-tidy fixes (on failure)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user