We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6362d8e commit bd3a7d1Copy full SHA for bd3a7d1
.github/workflows/ci.yaml
@@ -85,7 +85,7 @@ jobs:
85
uses: actions/upload-artifact@v3
86
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
87
with:
88
- 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' || '' }}
89
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
90
91
- name: Upload clang-tidy fixes (on failure)
0 commit comments